Install essential mac apps
# Install and configure Brew
xcode-select --install
mkdir homebrew && curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C homebrew
brew update
brew doctor
# Install nodejs and npm
brew install node
npm install -g grunt-cli
# Install zeppelin
brew install apache-zeppelin