-
-
Save rkennesson/e71ae3e08d71c21f16e7 to your computer and use it in GitHub Desktop.
Mac OS X Development Environment Setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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