Install some common apps.
#!/usr/bin/env bash
#
# Install: \curl -sSL https://gist.githubusercontent.com/icheko/c07a5fe9949a24260a26/raw | bash -s stable
## Install brew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
## Install ShiftIt
brew cask install shiftit
## Install SublimeText
brew cask install sublime-text
## Install HipChat
brew cask install hipchat
## Install Chrome
brew cask install google-chrome
## Install FireFox
brew cask install firefox
## Install fetch
brew cask install fetch
## Install Gasmask
brew cask install gas-mask
## Install iTerm2
brew cask install iterm2
## Install pgAdmin
brew install Caskroom/versions/pgadmin3
## Install psequel
brew cask install psequel
## Install Entonnoir
brew cask install entonnoir
## Install Java
## brew cask install java
## Install ant
## brew install ant ant-contrib
## Install wget
brew install wget
## Install npm
brew install npm
## Install gulp
npm install --global gulp
## Install newman for command line API runner
npm install --global newman
## Install md5sum
brew install md5sha1sum
## Install the watch command
brew install watch
## Install kdiff
brew install kdiff3
## Install ngrok
brew cask install ngrok
## Install JSON processor
brew install jq
## Core OS Management
brew install fleetctl
## Composer
brew install composer