Skip to content

Instantly share code, notes, and snippets.

@billmoritz
Created October 13, 2012 17:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billmoritz/3885522 to your computer and use it in GitHub Desktop.
Save billmoritz/3885522 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Darwin or Linux
[ `uname -s` = 'Darwin' ] || { echo 'Im not a Mac.'; exit 1; }
brew doctor || { echo "*** Fix Homebrew before running again."; exit 1; }
brew install git
brew update
brew install hub
brew install ctags
brew install wget
brew install ack
brew install htop
brew install ec2-api-tools
brew install ec2-ami-tools
brew install aws-elasticache
brew install aws-cfn-tools
brew install cloud-watch
brew install elb-tools
brew install rds-command-line-tools
brew install aws-iam-tools
brew install tree
brew install nmap
brew install gnu-tar
brew install wireshark
brew install https://raw.github.com/ryuk/homebrew-macvim/master/macvim.rb --override-system-vim --HEAD
if [ -d ~/.ec2_sml ]; then
brew install imagemagick
brew install redis
brew install memcached
brew install memcache-top
brew install percona-server
brew install percona-toolkit
fi
mkdir -p ~/Applications
brew linkapps
sudo easy_install pip
pip install googlecl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment