Skip to content

Instantly share code, notes, and snippets.

@tondol
Created April 16, 2014 02:10
Show Gist options
  • Save tondol/10798308 to your computer and use it in GitHub Desktop.
Save tondol/10798308 to your computer and use it in GitHub Desktop.
brewfile
tap phinze/homebrew-cask || true
tap homebrew/versions|| true
update || true
install brew-cask || true
install git || true
install openssl || true
install wget || true
install jq || true
install python3 || true
install ruby-build || true
install rbenv || true
install haskell-platform || true
install tree || true
install npm || true
cask install dropbox || true
cask install skype || true
cask install google-chrome || true
cask install yorufukurou || true
cask install sublime-text || true
cask install iterm2 || true
cask install android-studio-bundle || true
cask install google-japanese-ime
cask install evernote
cleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment