Created
April 16, 2015 00:09
-
-
Save bytefade/4b51f7c4309e6cf47581 to your computer and use it in GitHub Desktop.
Install font source code pro in ubunt via terminal
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/bash | |
mkdir /tmp/adodefont | |
cd /tmp/adodefont | |
wget https://github.com/adobe-fonts/source-code-pro/archive/1.017R.zip | |
unzip 1.017R.zip | |
mkdir -p ~/.fonts | |
cp source-code-pro-1.017R/OTF/*.otf ~/.fonts | |
fc-cache -f -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment