Skip to content

Instantly share code, notes, and snippets.

Created April 9, 2014 06:24
Show Gist options
  • Save anonymous/10231568 to your computer and use it in GitHub Desktop.
Save anonymous/10231568 to your computer and use it in GitHub Desktop.
#!/bin/sh
#
# homebrew-cask
# Install homebrew-cask
brew tap phinze/cask
brew install brew-cask
# Install some quicklook-plugins
brew cask install qlcolorcode qlstephen qlmarkdown quicklook-json quicklook-csv
# Install some browsers
brew cask install google-chrome firefox
# Install must have apps
brew cask install alfred github gas-mask iterm2 dropbox licecap skype sequel-pro appzapper caffeine evernote skitch steam spotify asepsis
# Install games
brew cask league-of-legends minecraft
# Make alfred work nicely with cask
brew cask alfred link
echo "Run 'chsh' in iTerm2 and change to zsh"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment