Skip to content

Instantly share code, notes, and snippets.

@seethroughdev
Created December 10, 2013 23:45
Show Gist options
  • Save seethroughdev/7902470 to your computer and use it in GitHub Desktop.
Save seethroughdev/7902470 to your computer and use it in GitHub Desktop.
# Generated by cask-dotfile-generator
# https://github.com/seethroughtrees/brew-cask-dotfile-generator
# Make sure we're using the latest Homebrew
brew update
# Upgrade any already-installed formulae
brew upgrade
# Install native apps
brew tap phinze/homebrew-cask
brew install brew-cask
function installcask() {
brew cask install --appdir="/Applications" "${@}" 2> /dev/null
}
installcask airmail-beta
installcask beamer
installcask betterzip
installcask cloudup
installcask codekit
installcask crashplan
installcask divvy
installcask dropbox
installcask evernote
installcask firefox
installcask flux
installcask gitbox
installcask github
installcask google-chrome
installcask imagealpha
installcask imageoptim
installcask istumbler
installcask join-me
installcask kaleidoscope
installcask keyboardcleantool
installcask limechat
installcask livereload
installcask macvim
installcask mamp
installcask maxthon
installcask node-webkit
installcask onyx
installcask postbox
installcask puush
installcask rdio
installcask sauce
installcask sequel-pro
installcask skype
installcask slate
installcask sublime-text
installcask textexpander
installcask the-unarchiver
installcask totalfinder
installcask transmission
installcask transmit
installcask virtualbox
installcask viscosity
installcask vlc
# Remove outdated versions from the cellar
brew cleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment