Skip to content

Instantly share code, notes, and snippets.

@micahredding
Created April 22, 2015 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save micahredding/9e1b916636cd09563021 to your computer and use it in GitHub Desktop.
Save micahredding/9e1b916636cd09563021 to your computer and use it in GitHub Desktop.
laptop.local
# https://robots.thoughtbot.com/laptop-setup-for-an-awesome-development-environment
# bash <(curl -s https://raw.githubusercontent.com/thoughtbot/laptop/master/mac)
# brew uninstall rbenv
# \curl -sSL https://get.rvm.io | bash -s stable --ruby
brew install wget
brew install mysql
brew install phantomjs
brew tap caskroom/cask
brew install brew-cask
brew cask install google-chrome
brew cask install notational-velocity
brew cask install carbon-copy-cloner
brew cask install alfred
brew cask install arq
brew tap caskroom/versions
brew cask install sublime-text3
brew cask install sourcetree
brew cask install sequel-pro
brew cask install virtualbox
brew cask install remote-desktop-connection
brew tap thoughtbot/formulae
npm install -g grunt-cli
# gem sources -a http://gems.github.com
# sudo gem install adamcooke-key-installer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment