Skip to content

Instantly share code, notes, and snippets.

@dbgarf
Created September 18, 2019 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbgarf/238f4d8aa4669808f2c10330443ff541 to your computer and use it in GitHub Desktop.
Save dbgarf/238f4d8aa4669808f2c10330443ff541 to your computer and use it in GitHub Desktop.
example homebrew cask script
#!/bin/bash
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew cask install google-chrome
brew cask install sublime-text
brew cask install hipchat
brew cask install 1password
brew cask install lastpass
brew cask install cyberduck
brew cask install daisydisk
brew cask install dropbox
brew cask install evernote
brew cask install filezilla
brew cask install gimp
brew cask install kindle
brew cask install private-internet-access
brew cask install skype
brew cask install spotify
brew cask install virtualbox
brew cask install vagrant
brew cask install iexplorer
brew cask install adobe-creative-cloud
brew cask install google-earth-pro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment