Skip to content

Instantly share code, notes, and snippets.

@tejasrsuthar
Forked from nikhita/install-firacode.sh
Created September 9, 2020 13:10
Show Gist options
  • Save tejasrsuthar/f619c9b390d3902751f5d3c1a6e4a1f3 to your computer and use it in GitHub Desktop.
Save tejasrsuthar/f619c9b390d3902751f5d3c1a6e4a1f3 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