Skip to content

Instantly share code, notes, and snippets.

@carlosal1015
Forked from nikhita/install-firacode.sh
Created August 14, 2020 00:05
Show Gist options
  • Save carlosal1015/5af7da8bfd75f5eca70d26796d25c2a7 to your computer and use it in GitHub Desktop.
Save carlosal1015/5af7da8bfd75f5eca70d26796d25c2a7 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment