These dotfiles are made for Zsh, so first switch over.
chsh -s $(which zsh)Initialize submodules (for dotbot)
git submodule update --init --recursiveRun the dotbot install script
./install --except shellRefresh your environment or just open an new tab and run the install script again with only the shell directive
./install --only shellDone! 👍