Skip to content

Instantly share code, notes, and snippets.

@deanpcmad
Last active August 29, 2015 14:27
Show Gist options
  • Save deanpcmad/a1ce78640c9292cfac57 to your computer and use it in GitHub Desktop.
Save deanpcmad/a1ce78640c9292cfac57 to your computer and use it in GitHub Desktop.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"  
brew install caskroom/cask/brew-cask  
brew cask install google-chrome
brew cask install firefox
brew cask install 1password
brew cask install dropbox
brew cask install iterm2
brew cask install spotify
brew cask install dropshare
brew cask install slack
brew cask install alfred
brew cask install virtualbox
brew cask install sublime-text
brew cask install querious
brew cask install vagrant
brew install rbenv
brew install ruby-build
brew install rbenv-gem-rehash
brew install mysql
brew install redis
brew install imagemagick
rbenv install 2.2.3
rbenv global 2.2.3
gem install bundler
ln -sfv /usr/local/opt/mysql/*.plist ~/Library/LaunchAgents
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.mysql.plist
ln -sfv /usr/local/opt/redis/*.plist ~/Library/LaunchAgents
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.redis.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment