#!/bin/sh # install homebrew ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew doctor brew install cask brew doctor # homebrew cask updater: https://github.com/buo/homebrew-cask-upgrade brew tap buo/cask-upgrade brew tap caskroom/versions brew install bash-completion # make sure to do the update to the ~/.bash_profile in the instructions above