Skip to content

Instantly share code, notes, and snippets.

@AaronTraas
Created December 14, 2015 21:33
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 AaronTraas/ad56151764b138a94ee5 to your computer and use it in GitHub Desktop.
Save AaronTraas/ad56151764b138a94ee5 to your computer and use it in GitHub Desktop.
Install Homebrew, and use Homebrew to install Ansible and Vagrant and Virtualbox
#!/bin/sh
# install .bash_profile
curl https://raw.githubusercontent.com/AaronTraas/osx-setup/master/bash_profile > ~/.bash_profile
# install homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# install caskroom
brew tap phinze/cask && brew install brew-cask
brew update && brew upgrade
brew install ack ansible git
brew cask install --appdir=/Applications vagrant virtualbox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment