Skip to content

Instantly share code, notes, and snippets.

@entyo
Created August 19, 2017 05:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save entyo/727d5d12c7854e605062db159e5d0629 to your computer and use it in GitHub Desktop.
Save entyo/727d5d12c7854e605062db159e5d0629 to your computer and use it in GitHub Desktop.
Firacode install script
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