davidteren
7/2/2018 - 1:15 PM

Dev Setup

Install Xcode Command Line Tools

xcode-select --install

Install Homebrew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install Brew Packages

export PACKAGES='automake docker-machine flac fontconfig freetype gd gdbm git graphviz heroku heroku-node icu4c imagemagick jpeg lame libogg libpng libtiff libtool libvorbis libyaml mad node openssl pkg-config python python@2 rbenv readline redis ruby-build sox sqlite webp xz yarn'

for PACKAGE in $PACKAGES ; do brew install $PACKAGE ; done

Install CaskRoom

brew tap caskroom/cask

Install Casks

brew cask install java