Skip to content

Instantly share code, notes, and snippets.

@immer
Last active February 5, 2016 03:43
Show Gist options
  • Save immer/4d12dfdc1fd17d59d678 to your computer and use it in GitHub Desktop.
Save immer/4d12dfdc1fd17d59d678 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
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