Skip to content

Instantly share code, notes, and snippets.

@beenhere4hours
Last active January 31, 2017 00:12
Show Gist options
  • Save beenhere4hours/7e595e8d4bbf29c30e7cb3e42245e523 to your computer and use it in GitHub Desktop.
Save beenhere4hours/7e595e8d4bbf29c30e7cb3e42245e523 to your computer and use it in GitHub Desktop.
download and setup adobe source code pro font on Ubuntu 16
[ -d /usr/share/fonts/opentype ] || sudo mkdir /usr/share/fonts/opentype
sudo git clone https://github.com/adobe-fonts/source-code-pro.git /usr/share/fonts/opentype/scp
sudo fc-cache -f -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment