Created
July 9, 2016 20:06
-
-
Save dannysmith/6ab9cf0003644adafd48ff39f964eca4 to your computer and use it in GitHub Desktop.
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
| # Fonts | |
| fancy_echo "Downloading & Installing fonts..." | |
| curl -s https://raw.githubusercontent.com/spartaglobal/laptop/master/assets/fonts.zip | tar xvz -C "$HOME/Desktop/Fonts" | |
| echo $passwd | sudo -S -k cp $HOME/Desktop/Fonts/*.ttf /Library/Fonts | |
| rm -rf $HOME/Desktop/Fonts/ | |
| fancy_echo "Rebuilding font cache..." | |
| echo $passwd | sudo -S -k atsutil databases -remove |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment