- install iterm2.com
- import and pick color preset (
Profiles > Colors > Color Presets) - install ohmyz.sh#install
- install theme powerlevel10k#oh-my-zsh
- start new terminal after updating
ZSH_THEME="powerlevel10k/powerlevel10k"in~/.zshrc - follow wizard choices
- install zsh-autosuggestions#oh-my-zsh
- install zsh-syntax-highlighting#oh-my-zsh
- updated
~/.zshrc👇
ZSH_THEME="powerlevel10k/powerlevel10k"
...
export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=27,bold,underline"
...
plugins=(git zsh-autosuggestions zsh-syntax-highlighting)Appearance > Dimming > Dimming ammount=10Appearance > Panes > Side margins=10Appearance > Panes > Top & bottom margins=10Profiles > Default > Terminal > Show mark indicators=falseProfiles > Default > Terminal > Scrollback lines=8000
# ~/.p10k.zsh
# ...
typeset -g POWERLEVEL9K_PROMPT_CHAR_OK_{VIINS,VICMD,VIVIS,VIOWR}_FOREGROUND=yellow
typeset -g POWERLEVEL9K_PROMPT_CHAR_ERROR_{VIINS,VICMD,VIVIS,VIOWR}_FOREGROUND=red
typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIINS_CONTENT_EXPANSION='₿'