Last active
February 2, 2016 17:02
-
-
Save alph486/69ecc7dae7f06a5d957d to your computer and use it in GitHub Desktop.
Install DevOps Stuff. Use on a fresh machine
This file contains hidden or 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/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