mirror of
https://github.com/ChesterYue/ohmyzsh-theme-passion.git
synced 2026-07-21 20:11:03 +00:00
[U] hide Extra Preferences
This commit is contained in:
parent
f0e975081f
commit
7ef9114b7f
1 changed files with 14 additions and 9 deletions
23
README.md
23
README.md
|
|
@ -14,7 +14,7 @@ An oh-my-zsh theme;
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
### Basic ZSH Theme
|
### Basic Zsh Theme
|
||||||
|
|
||||||
#### Install
|
#### 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);
|
* 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);
|
* see also: [#4](https://github.com/ChesterYue/ohmyzsh-theme-passion/issues/4);
|
||||||
|
|
||||||
### Extra iTerm2 Preference
|
<details> <!-- markdownlint-disable-line -->
|
||||||
|
<summary><h3>Extra Preferences</h3></summary> <!-- markdownlint-disable-line -->
|
||||||
|
|
||||||
#### 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
|
||||||
|
|
||||||
<!-- cspell:disable-next-line -->
|
<!-- cspell:disable-next-line -->
|
||||||
* iTerm2: settings -> Profiles -> Colors -> Color Presets -> import ```./passion.itermcolors``` 
|
* iTerm2: settings -> Profiles -> Colors -> Color Presets -> import ```./passion.itermcolors``` 
|
||||||
* alternate terminal: try [Alternate terminal installation and configuration](https://iterm2colorschemes.com/);
|
* alternate terminal: try [Alternate terminal installation and configuration](https://iterm2colorschemes.com/);
|
||||||
|
|
||||||
#### Status Bar
|
##### Status Bar
|
||||||
|
|
||||||
* iTerm2: settings -> Appearance && settings -> Profiles -> Session -> Configure Status Bar  
|
* iTerm2: settings -> Appearance && settings -> Profiles -> Session -> Configure Status Bar  
|
||||||
|
|
||||||
#### Font
|
##### Font
|
||||||
|
|
||||||
* install [JetBrains Mono](https://www.jetbrains.com/lp/mono/);
|
* install [JetBrains Mono](https://www.jetbrains.com/lp/mono/);
|
||||||
* iTerm2: settings -> Appearance && settings -> Profiles -> Text -> Font 
|
* iTerm2: settings -> Appearance && settings -> Profiles -> Text -> Font 
|
||||||
|
|
||||||
#### Plugin
|
</details> <!-- markdownlint-disable-line -->
|
||||||
|
|
||||||
* [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions);
|
|
||||||
* [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting);
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue