alfredox10
8/15/2017 - 4:52 PM

Install essential mac apps

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