Skip to content

Instantly share code, notes, and snippets.

View mhenriquesa's full-sized avatar
😎
Whats up, mate!

Moisés Henrique SA mhenriquesa

😎
Whats up, mate!
  • GypsyAlpha
  • Abroad
View GitHub Profile
@nikhita
nikhita / install-firacode.sh
Created April 24, 2017 17:32
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