Last active
January 9, 2016 13:09
-
-
Save kasperlewau/1ca973f50043b5b2ceee to your computer and use it in GitHub Desktop.
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
| tap phinze/cask | |
| tap caskroom/versions | |
| tap KevinSjoberg/formulas | |
| install brew-cask | |
| install git | |
| # install node | |
| install imagemagick | |
| install m | |
| install n | |
| install openssl | |
| install postgresql | |
| install python | |
| # install rbenv | |
| # install ruby-build | |
| install tmux | |
| install wget | |
| install sqlite | |
| install unrar | |
| install wget | |
| # cask install google-chrome | |
| # cask install firefox | |
| # cask install opera | |
| cask install skype | |
| # cask install hipchat | |
| cask install slack | |
| cask install gitter | |
| cask install utorrent | |
| # cask install sublime-text3 | |
| cask install iterm2 | |
| cask install alfred | |
| cask install karabiner | |
| # cask install imagealpha | |
| # cask install imageoptim | |
| cask install fastscripts | |
| cask install vlc | |
| # cask install spotify | |
| cask alfred | |
| cleanup | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment