Quick Steps to set up zsh preferences -
- Use Oh-my-zsh. Install from here : https://ohmyz.sh/
- Use zsh-autosuggestions. Install from here : https://github.com/zsh-users/zsh-autosuggestions
- Update example-theme (under ~/.oh-my-zsh/custom/themes) with the preferences. It will show full file path for prompt.
- Update .zshrc, make sure to update username for new machine.
- source .zshrc
Additional reading - https://www.freecodecamp.org/news/how-to-configure-your-macos-terminal-with-zsh-like-a-pro-c0ab3f3c1156/