Last active
August 29, 2015 14:17
-
-
Save tobz-nz/c3e7c3062eb33b60cdc6 to your computer and use it in GitHub Desktop.
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
| # install homebrew | |
| ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
| # Specify your defaults in this environment variable | |
| export HOMEBREW_CASK_OPTS="--appdir=/Applications" | |
| # install all the things | |
| brew install git httpie homebrew/php/php56 homebrew/php/php56-mcrypt composer nodejs zsh zsh-completions | |
| brew cask install dropbox alfred vagrant vagrant-manager virtualbox mailbox sublime-text flux 1password firefox google-chrome sequel-pro slack --appdir=/Applications | |
| # install oh-my-zsh | |
| curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh | |
| # Tap the fonts cask | |
| brew tap caskroom/fonts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment