Created
February 5, 2016 03:27
-
-
Save immer/435c6b853dff980f8dc2 to your computer and use it in GitHub Desktop.
This file contains 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 google-chrome | |
brew cask install hipchat --force | |
brew cask install skype | |
brew cask install alfred | |
brew cask install java | |
brew cask install soundflower | |
brew_install_or_upgrade 'ghc' | |
brew_install_or_upgrade 'elasticsearch' | |
brew_install_or_upgrade "boot2docker" | |
brew_install_or_upgrade "docker-compose" | |
gem_install_or_update 'gist' | |
gem_install_or_update 'rails' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment