#Xcode Command Line Tools
Xcode > Preferences > Downloads > Command Line Tools
#Homebrew
# install package manager
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
#Dotfiles
cd ~/Projects && git clone [email protected]:koenoe/dotfiles.git && cd dotfiles && git pull && git submodule init && git submodule update && git submodule status && source bootstrap.sh