ARROW-MINIMAL
March 14, 2019 ยท View on GitHub
A minimal zsh theme.
Screencast
TODO: asciicast.org
Installation
-
Copy file
arrow-minimal.zsh-themeto$ZSH_CUSTOM/themesfolder. (You may need to createthemesfolder if it doesn't exist) -
Set theme to
arrow-minimalin~/.zshrc:
ZSH_THEME="arrow-minimal"
Screenshot

Features
- Current working directory
- Git sha
- Git branch
- Git status
๐โ Dirty branchโโ Clean branchโโ Behind remoteโโ Ahead remoteโโ Diverged remote
- Prompt indicator
โturns red if the last run fails - Vi-mode red indicator
โฎโฎโฎ
Notice
It would be better to put theme file into the $ZSH_CUSTOM folder, instead of
~/.oh-my-zsh/themes.
Because files under ~/.oh-my-zsh/custom/ folder are ignored by git, and will
leave the working directory clean.
You can get more help from oh-my-zsh: Custom Theme
License
The MIT License.