To setup zsh with reasonable configurations:
./setup-zsh.shIf that fails, you can allow the default shell with:
sudo sh -c "echo $(which zsh) >> /etc/shells"Inspired by: https://github.com/jotyGill/quickz-sh
Reminder to self, for personal settings:
- work laptop is in
workbranch - personal laptop branch is in
personal