Skip to content

Instantly share code, notes, and snippets.

@immer
Created February 5, 2016 03:27
Show Gist options
  • Save immer/435c6b853dff980f8dc2 to your computer and use it in GitHub Desktop.
Save immer/435c6b853dff980f8dc2 to your computer and use it in GitHub Desktop.
#!/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