Skip to content

Instantly share code, notes, and snippets.

View Gabrielvt14's full-sized avatar

Gabriel Vieira Teodoro Gabrielvt14

  • São Paulo, Brazil
View GitHub Profile
{"lastUpload":"2022-02-15T02:23:07.010Z","extensionVersion":"v3.4.3"}
@Gabrielvt14
Gabrielvt14 / install-firacode.sh
Created June 11, 2018 13:16 — 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