Skip to content

Instantly share code, notes, and snippets.

@keif
Created April 6, 2016 02:48
Show Gist options
  • Save keif/f48810924380c4ddc29452eb157600b7 to your computer and use it in GitHub Desktop.
Save keif/f48810924380c4ddc29452eb157600b7 to your computer and use it in GitHub Desktop.
#!/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