Skip to content

Instantly share code, notes, and snippets.

@DriftwoodJP
Created March 10, 2014 08:19
Show Gist options
  • Save DriftwoodJP/9461269 to your computer and use it in GitHub Desktop.
Save DriftwoodJP/9461269 to your computer and use it in GitHub Desktop.
# Make sure using latest Homebrew
update
# Update already-installed formula
upgrade
# Add Repository
# tap homebrew/versions
# tap homebrew/binary
# For cask
tap phinze/homebrew-cask
install brew-cask
# Formula
install zsh --disable-etcdir
install git
install tree
install wget
# .dmg apps
cask install alfred
cask alfred link
cask install google-chrome
cask install onepassword
cask install dropbox
cask install mailplane
cask install fantastical
cask install flux
cask install bartender
cask install appcleaner
cask install sublime-text
cask install rubymine
cask install kobito
cask install github
cask install sourcetree
cask install transmit
cask install thunderbird
cask install firefox
cask install evernote
cask install skitch
# Remove outdated versions
cleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment