e254ecb1e6ecabde6aa2bb18f63500920e65146c
ohmyzsh-theme-passion
An oh-my-zsh theme.
Introduction
- real time prompt.
- command running time cost prompt.
- command running error hint.
Usage
Basic ZSH Theme
Install theme
- clone repo:
git clone https://github.com/ChesterYue/ohmyzsh-theme-passion; - copy theme:
cp ./ohmyzsh-theme-passion/passion.zsh-theme ~/.oh-my-zsh/themes/passion.zsh-theme; - modify rc: open
~/.zshrcfindZSH_THEMEedit toZSH_THEME="passion"; - execute rc:
source ~./zshrc;
- see also: Overriding and adding themes;
Trouble Shooting
macOS, command not found: gdate
- passion.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
- passion.zsh-theme depends on cmd
bcto calculate the command running time cost. get bc on Linux thensource ~./zshrc; - see also: #13;
Extra iTerm2 Preference
Color
- iTerm2: settings -> Profiles -> Colors -> Color Presets -> import
./passion.itermcolors
- alternate terminal: try Alternate terminal installation and configuration;
Status Bar
Font
- install JetBrains Mono;
- iTerm2: settings -> Appearance && settings -> Profiles -> Text -> Font

Plugin
Description
Languages
Shell
100%


