Created
February 5, 2016 05:24
-
-
Save immer/a9a63bf514c3a79c4011 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 | |
brew cask install slack | |
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 'mongo' | |
brew_install_or_upgrade 'tmux' | |
gem_install_or_update 'gist' | |
gem_install_or_update 'rails' | |
gem_install_or_update 'tmuxinator' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment