Skip to content

Instantly share code, notes, and snippets.

View achillar's full-sized avatar
🎯
Focusing

Antonio Chillaron achillar

🎯
Focusing
View GitHub Profile
@achillar
achillar / install-firacode.sh
Created March 22, 2023 00:18 — forked from nikhita/install-firacode.sh
How to install FiraCode font on Linux
mkdir -p ~/.local/share/fonts
for type in Bold Light Medium Regular Retina; do wget -O ~/.local/share/fonts/FiraCode-$type.ttf "https://github.com/tonsky/FiraCode/blob/master/distr/ttf/FiraCode-$type.ttf?raw=true"; done
fc-cache -f