Skip to content

Instantly share code, notes, and snippets.

@lambdalisue
Created November 13, 2014 17:35
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save lambdalisue/3c749a0a7dc3658d2f66 to your computer and use it in GitHub Desktop.
Save lambdalisue/3c749a0a7dc3658d2f66 to your computer and use it in GitHub Desktop.
Install Mac OS X Gui Application via Homebrew Cask
#!/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