Custom recipe to get macOS running from scratch, setup applications and (WordPress) developer environment. I use this gist to keep the steps required to have a functioning system after a semi-annual fresh install.
# Use plain text mode for new TextEdit documents
defaults write com.apple.TextEdit RichText -int 0
# Show Path bar in Finder
defaults write com.apple.finder ShowPathbar -bool true
# Show Status bar in Finder
defaults write com.apple.finder ShowStatusBar -bool true
# Avoid creating .DS_Store files on network volumes
defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true
# Show the ~/Library folder
chflags nohidden ~/Libraryxcode-select --installbrew tap homebrew/php
brew install caskroom/cask/brew-cask
brew install git imagemagick
brew install node nvm
brew install php56
brew install homebrew/php/composer
brew install wp-clivagrant plugin install vagrant-hostsupdater
vagrant plugin install vagrant-triggers
vagrant plugin install vagrant-vbguestnpm install -g bower gulp grunt yocomposer global require "squizlabs/php_codesniffer=*"composer global require "wp-coding-standards/wpcs"
phpcs --config-set installed_paths $HOME/.composer/vendor/wp-coding-standards/wpcs
phpcs --config-set default_standard WordPress-ExtraAdd to your ~/.bash_profile:
export PATH=$PATH:~/.composer/vendor/bin