Skip to content

Instantly share code, notes, and snippets.

View jcuffney's full-sized avatar

Joe Cuffney jcuffney

  • Coinbase
  • Rochester NY
View GitHub Profile
@jcuffney
jcuffney / brew.sh
Last active February 6, 2019 15:13 — forked from markcerqueira/brew.sh
Bootstrapping Mac Apps with Homebrew Cask
# Installs OSX applications via Homebrew
echo "installing homebrew..."
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
echo "Installing brew cask..."
brew tap caskroom/cask
echo "updating homebrew"
brew update