ChesterYue / ohmyzsh-theme-passion

An oh-my-zsh theme.
MIT License
294 stars 135 forks source link
zsh-theme

ohmyzsh-theme-passion

Introduction

An oh-my-zsh theme; demo.png

Feature

Usage

Basic Zsh Theme

Install

  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;

Trouble Shooting

macOS, command not found: gdate
Linux, command not found: bc
Centos 7, shell exit

Extra Preferences

#### Zsh Plugins 1. [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions); 2. [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting); #### iTerm2 Preferences ##### Color * iTerm2: settings -> Profiles -> Colors -> Color Presets -> import ```./passion.itermcolors``` ![color.png](./image/color.png) * alternate terminal: try [Alternate terminal installation and configuration](https://iterm2colorschemes.com/); ##### Status Bar * iTerm2: settings -> Appearance && settings -> Profiles -> Session -> Configure Status Bar ![status_0.png](./image/status_0.png) ![status_1.png](./image/status_1.png) ##### Font * install [JetBrains Mono](https://www.jetbrains.com/lp/mono/); * iTerm2: settings -> Appearance && settings -> Profiles -> Text -> Font ![font.png](./image/font.png)