mirror of
https://github.com/ChesterYue/ohmyzsh-theme-passion.git
synced 2026-07-21 20:11:03 +00:00
An oh-my-zsh theme.
| demo | ||
| image | ||
| zsh-git-prompt@0a6c8b610e | ||
| .gitmodules | ||
| LICENSE | ||
| README.md | ||
| simplerich.itermcolors | ||
| simplerich.zsh-theme | ||
simplerich-zsh-theme
Overview
Feature
- Real Time Prompt
- Displays Command Running Time
- Command Execution Error Hint
- Rich Git Status
Install
Basic Install
- Clone Repository:
git clone https://github.com/philip82148/simplerich-zsh-theme
- Copy Theme:
cp ./simplerich-zsh-theme/simplerich.zsh-theme ~/.oh-my-zsh/themes/
- Edit ~/.zshrc:
# Find the line that reads ZSH_THEME="..." and replace it with the following code.
ZSH_THEME="simplerich"
- Load ~/.zshrc:
source ~/.zshrc
- See Also: Overriding and adding themes;
Trouble Shooting
macOS, command not found: gdate
- simplerich.zsh-theme depends on cmd
gdateto get current time in milliseconds. getgdateon macOS by runningbrew install coreutilsthensource ~/.zshrc; - See Also: #12;
Linux, command not found: bc
- simplerich.zsh-theme depends on cmd
bcto calculate the command running time cost. get bc on Linux thensource ~/.zshrc; - see also: #13;
Centos 7, shell exit
- may caused by set timer to zsh prompt;
- see also: #4;
Extra Preferences
Zsh Plugins
iTerm2 Preferences
Color
- iTerm2: settings -> Profiles -> Colors -> Color Presets -> import
./simplerich.itermcolors
- alternate terminal: try Alternate terminal installation and configuration;
Status Bar
Font
- install JetBrains Mono;
- iTerm2: settings -> Appearance && settings -> Profiles -> Text -> Font



