Skip to content

Instantly share code, notes, and snippets.

View bcbeidel's full-sized avatar

Brandon Beidel bcbeidel

View GitHub Profile
@bcbeidel
bcbeidel / brew-install-script.sh
Last active June 19, 2018 01:28 — forked from CliffordAnderson/brew-install-script.sh
Brew install script for OSX
#!/bin/sh
# Homebrew Script for OSX
# To execute: save and `chmod +x ./brew-install-script.sh` then `./brew-install-script.sh`
echo "Installing brew..."
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
echo "Installing brew cask..."
brew tap caskroom/cask