Last active
January 8, 2016 15:15
-
-
Save jasondaihl/3b07f16c5a5aae2b8736 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
| # 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