My dotfiles.
Uses a schema of anything ending in '.link' will have a symlink created in $HOME
ie, ./vim/vim.link
will get a symlink pointing to it at ~/.vim
run-parts --regex 'setup_*' --exit-on-error ./install
- This should stop and prompt a manual change of shell to zsh which requires logging out and in.
- run the zsh script again to finish
./bin/setup_10_zsh.sh
Tweak away!