Skip to content

Instantly share code, notes, and snippets.

@mapledyne
Last active November 7, 2016 22:13
Show Gist options
  • Save mapledyne/d014a939ccd9405dbb96 to your computer and use it in GitHub Desktop.
Save mapledyne/d014a939ccd9405dbb96 to your computer and use it in GitHub Desktop.
Brew install script to sync up computers with apps I use
#!/bin/sh
brew install calc
brew install cowsay
brew install dockutil
brew install fish
brew cask install python
brew cask install python3
brew cask install imagemagick
brew cask install google-chrome
brew cask install firefox
brew cask install gist
brew cask install transmission
brew cask install atom
brew cask install evernote
brew cask install caffeine
brew cask install skitch
brew cask install gitkraken
brew cask install ubersicht
brew cask install 1password
# brew cask install controlplane
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment