Go to file
2023-03-04 17:30:12 +08:00
2023-03-04 17:21:14 +08:00
2020-11-22 18:20:19 +08:00
2023-03-04 12:20:32 +08:00
2023-03-04 17:07:03 +08:00
2023-03-04 17:30:12 +08:00

ohmyzsh-theme-passion

An oh-my-zsh theme.

Introduction

passion

  • real time prompt.
  • command running time cost prompt.
  • command running error hint.

Usage

Basic ZSH Theme

  1. clone repo: git clone https://github.com/ChesterYue/ohmyzsh-theme-passion;
  2. copy theme: cp ./ohmyzsh-theme-passion/passion.zsh-theme ~/.oh-my-zsh/themes/passion.zsh-theme;
  3. modify rc: open ~/.zshrc find ZSH_THEME edit to ZSH_THEME="passion";
  4. execute rc: source ~./zshrc;

REF: Overriding and adding themes;

Extra iTerm2 Preference

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

Plugin

Trouble Shooting

macOS gdate

passion.zsh-theme depends on cmd gdate to get current time in milliseconds which is not installed by default in macOS.

to get gdate by running brew install coreutils;

Description
An oh-my-zsh theme. But cost function removed.
Readme 30 MiB
Languages
Shell 100%