Created
July 2, 2015 13:07
-
-
Save veggiemonk/43d81e1cbab06ed8e92a to your computer and use it in GitHub Desktop.
install source code pro font in Ubuntu 14.04.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It comes from
adobe-fonts/source-code-pro#17 (comment)