# configure zsh as default shell
chsh -s $(which zsh)
# clone this git repo
git clone [email protected]:imattman/dotfiles.git ~/.dotfiles
# run install script to configure symlinks and reference prezto
cd .dotfiles
./install.sh
Prezto is a dependency. Skip prezto instructions for copying config files to
$HOME
. This is handled differently by using symlinked wrapper files.