Created
April 6, 2016 02:48
-
-
Save keif/f48810924380c4ddc29452eb157600b7 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
#!/bin/sh | |
# fonts | |
fonts=( | |
font-m-plus | |
font-clear-sans | |
font-roboto | |
) | |
# install fonts | |
echo "Installing fonts..." | |
brew cask install ${fonts[@]} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment