Last active
August 29, 2015 14:17
-
-
Save hsztul/ab1f9ddc75aee4dec876 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 | |
| brew_tap 'caskroom/cask' | |
| brew_install_or_upgrade 'brew-cask' | |
| brew cask install dropbox | |
| brew cask install google-chrome | |
| brew cask install rdio | |
| brew cask install slack | |
| brew cask install google-hangouts | |
| brew cask install sublime-text | |
| brew cask install android-studio | |
| brew cask install backblaze | |
| brew cask install utorrent | |
| brew cask install virtualbox | |
| brew cask install iterm2 | |
| brew cask install evernote | |
| brew_install_or_upgrade 'tree' | |
| brew_install_or_upgrade 'watch' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment