Last active
April 7, 2016 04:41
-
-
Save RupGautam/f2d3d7761d30a8bdc3ffffbbaf469376 to your computer and use it in GitHub Desktop.
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
| #Make sure you have tapped cask | |
| brew tap caskroom/cask | |
| brew install brew-cask | |
| brew tap caskroom/versions | |
| brew update; brew cleanup; brew cask cleanup | |
| brew cask install --appdir="/Applications" iterm2 | |
| brew cask install --appdir="/Applications" java | |
| brew cask install --appdir="/Applications" xquartz | |
| # Development tool casks | |
| brew cask install --appdir="/Applications" sublime-text3 | |
| brew cask install --appdir="/Applications" atom | |
| brew cask install --appdir="/Applications" virtualbox | |
| brew cask install --appdir="/Applications" vagrant | |
| brew cask install --appdir="/Applications" heroku-toolbelt | |
| brew cask install --appdir="/Applications" macdown | |
| # Misc casks | |
| brew cask install --appdir="/Applications" google-chrome | |
| brew cask install --appdir="/Applications" firefox | |
| brew cask install --appdir="/Applications" skype | |
| #brew cask install --appdir="/Applications" slack | |
| brew cask install --appdir="/Applications" dropbox | |
| #brew cask install --appdir="/Applications" evernote | |
| #brew cask install --appdir="/Applications" teamviewer | |
| brew cask install --appdir="/Applications" handbrake | |
| #Quicklook plugins | |
| brew cask install qlcolorcode qlstephen qlmarkdown quicklook-json qlprettypatch quicklook-csv betterzipql qlimagesize webpquicklook suspicious-package |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment