Forked from lambdalisue/install_gui_application_darwin.sh
Created
July 15, 2018 21:38
-
-
Save rowild/bdc4ce14ded4b3df767689afa1b28a01 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