Skip to content

Instantly share code, notes, and snippets.

@wgroenewold
Created February 12, 2018 11:25
Show Gist options
  • Save wgroenewold/25d9843078e1fa661194418dba4fc019 to your computer and use it in GitHub Desktop.
Save wgroenewold/25d9843078e1fa661194418dba4fc019 to your computer and use it in GitHub Desktop.
Automate all the things!!111
#!/bin/bash
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew tap caskroom/cask
brew cask install google-chrome
brew cask install slack
brew cask install microsoft-office
brew cask install adobe-creative-cloud
@wgroenewold
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment