Created
November 13, 2014 17:35
-
-
Save lambdalisue/3c749a0a7dc3658d2f66 to your computer and use it in GitHub Desktop.
Install Mac OS X Gui Application via Homebrew Cask
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
#!/usr/bin/env bash | |
#============================================================================== | |
# Install Mac OS X GUI Application via brew cask | |
#============================================================================== | |
brew cask install google-chrome | |
brew cask install thunderbird | |
brew cask install dropbox | |
brew cask install copy | |
brew cask install slack | |
brew cask install the-unarchiver | |
brew cask install trim-enabler | |
brew cask install yorufukurou | |
brew cask install navicat-for-mysql | |
brew cask install navicat-for-sqlite | |
brew cask install navicat-for-postgresql | |
brew cask install vlc | |
brew cask install evernote | |
brew cask install dash | |
brew cask install xbench | |
brew cask install macvim | |
brew cask install caffeine | |
brew cask install cheatsheet | |
brew cask install bettertouchtool | |
brew cask install onyx | |
brew cask install macs-fan-control |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
brew cask
command doesn't exist anymore here is the new way: