Awesome
Oh My ZSH Dark Theme
A clean and distraction-free theme for Oh My ZSH on a dark terminal with the following features:
- Dark or Light Theme
- Show full path when not in git project
- When in a git project it will only show the name of the project or directory
- Show current git sha
- Show current branch
- Show the status of the branch:
- ✱: Dirty: when the project had a change, modification or addition
- ✅: Clean: when the project has no changes, modifications or the commit was made
- Use "vivid" colors for better viewing.
Prerequisites
Preview
- Dark theme
- Light theme
Setup
-
Download the theme you like and place it in ZSH custom directory
- Dark Theme
curl -o $ZSH/themes/svs-dark.zsh-theme https://raw.githubusercontent.com/SvS30/svs-theme/master/svs-dark.zsh-theme
- Light Theme
curl -o $ZSH/themes/svs-light.zsh-theme https://raw.githubusercontent.com/SvS30/svs-theme/master/svs-light.zsh-theme
- Dark Theme
-
Set
ZSH_THEME
tosvs-dark
to use the dark theme orsvs-light
to use the light theme in~/.zshrc
ZSH_THEME="svs-dark"
-
Reload your terminal or use:
source ~/.zshrc