Install oh-my-zsh
Oh My Zsh is a community framework for managing Zsh configuration, themes, and plugins.
Source
Install
bash
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"The installer backs up existing ~/.zshrc and can set Zsh as your default shell.
After install
- Edit
~/.zshrcto setZSH_THEMEandplugins=(git …) - Reload:
source ~/.zshrc
Uninstall
Follow the uninstall section in the repo README.