Last active
August 29, 2015 14:17
-
-
Save tmyymmt/1266c580860eedf395d5 to your computer and use it in GitHub Desktop.
Brewfile.sh
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
brew update | |
brew upgrade | |
brew install brew-cask | |
brew install zsh | |
brew install git | |
brew install hub | |
brew install gist | |
brew install curl | |
brew install wget | |
#brew install readline | |
#brew install ctags | |
#brew install cmake | |
#brew install libtool | |
#brew install automake | |
#brew install tmux | |
#brew install tig | |
#brew install peco | |
#brew install lua | |
#brew install vim --with-cscope --devel --with-lua | |
#brew install tree | |
#brew install coreutils | |
#brew install reattach-to-user-namespace | |
#brew install npm | |
#brew install rbenv | |
brew cask install iterm2 | |
brew cask install firefox | |
brew cask install google-chrome | |
brew cask install hipchat | |
brew cask install libreoffice | |
brew cask install filezilla | |
brew cask install coteditor | |
brew cask install mysqlworkbench | |
brew cask install gimp | |
brew cask install inkscape | |
brew cask install android-studio | |
#brew cask install kobito | |
#brew cask install alfred | |
#brew cask install thunderbird | |
#brew cask install toggldesktop | |
#brew cask install dash | |
#brew cask install macvim --with-cscope --devel --with-lua | |
# need root | |
#brew cask install sourcetree | |
#brew cask install virtualbox | |
#brew cask install vagrant | |
#brew cask install hoster |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment