Last active
August 29, 2015 13:56
-
-
Save moosan63/9086625 to your computer and use it in GitHub Desktop.
My Brewfile
This file contains hidden or 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
update | |
upgrade | |
#brew-cask | |
tap phinze/homebrew-cask || true | |
install brew-cask | |
###設定 | |
#tools | |
cask install totalterminal | |
install emacs | |
install byobu | |
install zsh | |
install mysql | |
#programming languages | |
install rbenv ruby-build | |
install plenv perl-build | |
#browsers | |
cask install google-chrome | |
cask install firefox | |
#applications | |
cask install dropbox | |
cask install virtualbox | |
cask install vagrant | |
cask install kobito | |
cask install skype | |
cask install yorufukurou | |
cask install eclipse-ide | |
cask install evernote | |
cask install flash | |
#libraries | |
install imagemagick |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment