Skip to content

Instantly share code, notes, and snippets.

@jesselcampbell
jesselcampbell / install.sh
Last active August 8, 2017 21:29 — forked from corygibbons/setup.sh
Homebrew install script
#!/bin/sh
# Install Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Install zsh, git, Node and NPM
brew install zsh
brew install git
brew install node
brew install yarn