An oh-my-zsh theme.
Find a file
2023-09-24 05:42:25 +09:00
demo update README.md 2023-09-24 05:42:25 +09:00
image create simplerich-zsh-theme from ohmyzsh-theme-passion 2023-09-24 02:54:18 +09:00
LICENSE [A] MIT license 2020-11-22 18:20:19 +08:00
README.md update README.md 2023-09-24 05:42:25 +09:00
simplerich.itermcolors update README.md 2023-09-24 05:42:25 +09:00
simplerich.zsh-theme create simplerich-zsh-theme from ohmyzsh-theme-passion 2023-09-24 02:54:18 +09:00

simplerich-zsh-theme

Overview

An oh-my-zsh theme; demo.png

Feature

  • Real Time Prompt
  • Displays Command Running Time
  • Command Execution Error Hint
  • Rich Git Status

Install

Basic Install

  1. Clone Repository:
git clone https://github.com/philip82148/simplerich-zsh-theme
  1. Copy Theme:
cp ./simplerich-zsh-theme/simplerich.zsh-theme ~/.oh-my-zsh/themes/
  1. Edit ~/.zshrc:
# Find the line that reads ZSH_THEME="..." and replace it with the following code.
ZSH_THEME="simplerich"
  1. Load ~/.zshrc:
source ~/.zshrc

Trouble Shooting

macOS, command not found: gdate

  • simplerich.zsh-theme depends on cmd gdate to get current time in milliseconds. get gdate on macOS by running brew install coreutils then source ~/.zshrc;
  • See Also: #12;

Linux, command not found: bc

  • simplerich.zsh-theme depends on cmd bc to calculate the command running time cost. get bc on Linux then source ~/.zshrc;
  • see also: #13;

Centos 7, shell exit

Extra Preferences

Zsh Plugins

  1. zsh-autosuggestions;
  2. zsh-syntax-highlighting;

iTerm2 Preferences

Color

Status Bar

  • iTerm2: settings -> Appearance && settings -> Profiles -> Session -> Configure Status Bar status_0.png status_1.png

Font

  • install JetBrains Mono;
  • iTerm2: settings -> Appearance && settings -> Profiles -> Text -> Font font.png