Skip to content

Instantly share code, notes, and snippets.

@tobz-nz
Last active August 29, 2015 14:17
Show Gist options
  • Select an option

  • Save tobz-nz/c3e7c3062eb33b60cdc6 to your computer and use it in GitHub Desktop.

Select an option

Save tobz-nz/c3e7c3062eb33b60cdc6 to your computer and use it in GitHub Desktop.
# 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