Install zsh for git bash window
Install ZSH
1. Install zsh
2. Verify installation
3. Set ZSH as the Default Shell
if [ -t 1 ]; then
exec zsh
fi4. Fix Displaying of Unexpected Characters
5. Install oh-my-zsh
6. Install Nerd font
Install plugin for zsh
zsh-auto-suggestions
zsh-syntax-highlighting
Add plugin
Last updated