Skip to content

Instantly share code, notes, and snippets.

View jdaison's full-sized avatar

John Agudelo jdaison

View GitHub Profile

Keybase proof

I hereby claim:

  • I am jdaison on github.
  • I am jdaison (https://keybase.io/jdaison) on keybase.
  • I have a public key ASCtdKbX9gmEKtT1m4hKqS6tLWl98bg5MXpVPAqvR76Yewo

To claim this, I am signing this object:

@jdaison
jdaison / install-firacode.sh
Created October 4, 2020 17:46 — 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