To setup zsh with reasonable configurations:
./setup-zsh.sh
If 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
work
branch - personal laptop branch is in
personal