Last active
November 7, 2016 22:13
-
-
Save mapledyne/d014a939ccd9405dbb96 to your computer and use it in GitHub Desktop.
Brew install script to sync up computers with apps I use
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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