Jerome's dotfiles Install XCode. Clone the repo: git clone git@github.com:jeromedalbert/dotfiles.git ~/.dotfiles Symlink the dotfiles: setopt extended_glob for file in ~/.dotfiles/.^(git|gitmodules|.gitignore); do ln -sf $file ~/${file:t} done Install Homebrew and run the scripts in ~/.scripts.