This theme is for git users.
- Copy gentle.zsh-theme file into ~./oh-my-zsh/custom/themes/ folder.
- In your ~./zsh configuration file, find the row starting with ZSH_THEME=... and change it to ZSH_THEME="gentle"
By default, this theme is adopted to dark-background terminals and uses the icons from Nerd Fonts family (https://www.nerdfonts.com/). My personal preference is Meslo Nerd Font with this theme.
You can easily adjust colors and icons according to your needs by editing variables at the beginning of "gentle.zsh-theme" file.
Everything between "START CUSTOM SETTINGS" and "END CUSTOM SETTINGS" comments is safe to modify.
If you do not want particular icons to display, simply comment on the correspondent variable.
- Current branch
- Detached head state
- Dirty working direcory (orange / green)
- Stashes (and number of stashes)
- Merge conflicts (red background)
- Action state (merge, rebase, cherry pick, etc)
- Difference between current/remote branch (ahead/behind)
- Username
- Status (success/fail) of previous terminal command
- Current path
- Virtual environment info
- Time when the command was executed