#!/bin/sh if ! type brew > /dev/null; then /usr/bin/ruby -e \ "$(curl \ -fsSL \ https://raw.githubusercontent.com/Homebrew/install/master/install)" fi