Last active
August 29, 2015 14:23
-
-
Save justinian/1326c2739f1dadaf9463 to your computer and use it in GitHub Desktop.
Personal Mac build script
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 | |
ruby -e "$(curl -fsSL 'https://raw.githubusercontent.com/Homebrew/install/master/install')" | |
brew tap caskroom/cask | |
brew install caskroom/cask/brew-cask | |
brew install \ | |
ctags \ | |
git \ | |
go \ | |
macvim \ | |
mtr \ | |
the_silver_searcher \ | |
fortune | |
brew cask install \ | |
adium \ | |
bartender \ | |
evernote \ | |
google-chrome \ | |
karabiner \ | |
lastpass \ | |
seil \ | |
slack \ | |
speedcrunch \ | |
spotify \ | |
todoist \ | |
twitterrific \ | |
vagrant \ | |
virtualbox |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment