Skip to content

Instantly share code, notes, and snippets.

@justinian
Last active August 29, 2015 14:23
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 justinian/1326c2739f1dadaf9463 to your computer and use it in GitHub Desktop.
Save justinian/1326c2739f1dadaf9463 to your computer and use it in GitHub Desktop.
Personal Mac build script
#!/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