Created
April 16, 2014 02:10
-
-
Save tondol/10798308 to your computer and use it in GitHub Desktop.
brewfile
This file contains 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
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