Skip to content

Instantly share code, notes, and snippets.

@rkennesson
Forked from jpswade/setup_dev_osx.sh
Created November 22, 2015 05:15
Show Gist options
  • Select an option

  • Save rkennesson/e71ae3e08d71c21f16e7 to your computer and use it in GitHub Desktop.

Select an option

Save rkennesson/e71ae3e08d71c21f16e7 to your computer and use it in GitHub Desktop.
Mac OS X Development Environment Setup
#!/bin/sh
xcode-select --install
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew tap caskroom/cask
brew install brew-cask
brew install git
brew cask install virtualbox
brew cask install vagrant
brew cask install netbeans-php
brew cask install mysqlworkbench
brew cask install sublime-text
brew cask install google-chrome
brew cask install cyberduck
brew cask install sourcetree
brew cask install xquartz
brew cask install dia
brew cask install licecap
brew install homebrew/x11/inkscape
brew cask install node
brew cask install keepassx
npm install -g less
gem install sass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment