Skip to content

Instantly share code, notes, and snippets.

@jasondaihl
Last active January 8, 2016 15:15
Show Gist options
  • Select an option

  • Save jasondaihl/3b07f16c5a5aae2b8736 to your computer and use it in GitHub Desktop.

Select an option

Save jasondaihl/3b07f16c5a5aae2b8736 to your computer and use it in GitHub Desktop.
# Install Caskroom
brew tap caskroom/cask
brew install brew-cask
brew tap caskroom/versions
# Install packages
apps=(
alfred
bartender
caffeine
dropbox
firefox
firefox-nightly
firefoxdeveloperedition
google-chrome
google-chrome-canary
hipchat
iterm2
java
opera
slack
spotify
virtualbox
vlc
webkit-nightly
)
brew cask install "${apps[@]}"
# Quick Look Plugins (https://github.com/sindresorhus/quick-look-plugins)
brew cask install qlcolorcode qlstephen qlmarkdown quicklook-json qlprettypatch quicklook-csv betterzipql qlimagesize webpquicklook suspicious-package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment