From 7ef9114b7fd7e3ed465009d4730e4d562e13f1c5 Mon Sep 17 00:00:00 2001 From: ChesterYue Date: Sat, 11 Mar 2023 00:36:38 +0800 Subject: [PATCH] [U] hide Extra Preferences --- README.md | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 4753ac5..2fd2f0f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ An oh-my-zsh theme; ## Usage -### Basic ZSH Theme +### Basic Zsh Theme #### Install @@ -42,24 +42,29 @@ An oh-my-zsh theme; * may caused by [set timer to zsh prompt](https://github.com/ChesterYue/ohmyzsh-theme-passion/blob/8f71c43c2df91810249ab00ff40fc4ca63207467/passion.zsh-theme#L197-L208); * see also: [#4](https://github.com/ChesterYue/ohmyzsh-theme-passion/issues/4); -### Extra iTerm2 Preference +
+

Extra Preferences

-#### Color +#### 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 +##### 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 +##### Font * install [JetBrains Mono](https://www.jetbrains.com/lp/mono/); * iTerm2: settings -> Appearance && settings -> Profiles -> Text -> Font ![font.png](./image/font.png) -#### Plugin - -* [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions); -* [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting); +