Skip to content

Instantly share code, notes, and snippets.

@veggiemonk
Created July 2, 2015 13:07
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save veggiemonk/43d81e1cbab06ed8e92a to your computer and use it in GitHub Desktop.
Save veggiemonk/43d81e1cbab06ed8e92a to your computer and use it in GitHub Desktop.
install source code pro font in Ubuntu 14.04.2
#!/bin/sh
echo "installing fonts at $PWD to ~/.fonts/"
mkdir -p ~/.fonts/adobe-fonts/source-code-pro
git clone https://github.com/adobe-fonts/source-code-pro.git ~/.fonts/adobe-fonts/source-code-pro
# find ~/.fonts/ -iname '*.ttf' -exec echo \{\} \;
fc-cache -f -v ~/.fonts/adobe-fonts/source-code-pro
echo "finished installing"
@veggiemonk
Copy link
Author

@diversemix
Copy link

Works a treat! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment