Skip to content

Instantly share code, notes, and snippets.

@alph486
Last active February 2, 2016 17:02
Show Gist options
  • Save alph486/69ecc7dae7f06a5d957d to your computer and use it in GitHub Desktop.
Save alph486/69ecc7dae7f06a5d957d to your computer and use it in GitHub Desktop.
Install DevOps Stuff. Use on a fresh machine
#!/bin/bash
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew tap caskroom/cask
brew install docker \
awscli \
docker-compose \
docker-machine \
git \
htop-osx \
maven \
node \
pstree \
wget \
python \
atom \ #Optional
brew cask install virtualbox
#Install MongoHub Client
wget -O ~/MongoHub.zip 'https://mongohub.s3.amazonaws.com/MongoHub.zip' && unzip -o ~/MongoHub.zip -d /Applications/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment