download and install system updates turn on FileVault download Chrome download Dropbox link config: # this will keep config files in sync like .gitconfig, .zshrc, Brewfile, etc. for f in ~/Dropbox/config/.* ~/Dropbox/config/* ; do ln $f ~ ; done ln ~/Dropbox/config/.oh-my-zsh/custom/aliases.zsh ~/.oh-my-zsh/custom/ ln ~/Dropbox/config/.oh-my-zsh/custom/functions.zsh ~/.oh-my-zsh/custom/ download 1Password pick up 1Password keychain in Dropbox install Oh my Zsh install brew brew install mas br...