/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
This will also install Mac Command line tools
brew install wget
brew install nmap
brew install imagemagick
brew install ncdu
brew install homebrew/php/php70
Ansible
brew install ansible
ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/sublime
You may also want to turn off auto-boot in Preferences->Settings->Advanced Settings.
Create an ssh key (for git,bitbucket etc)
ssh-keygen
npm install -g vue-cli
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/
brew install homebrew/php/php70
Add line to ~/.bash_profile
export PATH="$(brew --prefix homebrew/php/php70)/bin:$PATH"
brew install node
Turn off iTerm beep sound
Preferences -> Profiles -> Terminal tab -> Check "Silence bell"