Skip to content

Instantly share code, notes, and snippets.

@huebs
Created May 14, 2015 03:26
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 huebs/5cbf081f583beeb17f93 to your computer and use it in GitHub Desktop.
Save huebs/5cbf081f583beeb17f93 to your computer and use it in GitHub Desktop.
The Brewfile I use to set up a new computer.
# Tap Kegs
tap caskroom/cask
tap homebrew/dupes
tap homebrew/php
# Install MySQL
install mysql
# Install Node
install node
# Install PHP
install php55
install php55-imagick
install php55-mcrypt
install php55-pcntl
install php55-xdebug
# Install Brew Cask
install brew-cask
# Install Casks
cask install 1password
cask install backblaze
cask install bbedit
cask install chronosync
cask install cocktail
cask install coda
cask install codekit
cask install dropbox
cask install github
cask install google-chrome
cask install hobo
cask install iterm2
cask install joinme
cask install logitech-control-center
cask install macid
cask install macpilot
cask install marked
cask install microsoft-intellitype
cask install microsoft-office
cask install moom
cask install parallels-desktop
cask install phpstorm
cask install pingendo
cask install razer-synapse
cask install sequel-pro
cask install sourcetree
cask install textmate
cask install transmission
cask install vagrant
cask install virtualbox
cask install virtualhostx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment