/021011.zsh-theme

Minimalistic .zshrc config contains all of the settings required for comfortable terminal use ...

Primary LanguageShellMIT LicenseMIT

021011.zsh-theme — theme and settings for Z shell

Preview

item zsh prompt


Overview

Theme includes prompt settings, vsc_info settings, and zsh completion settings

Prompt

Shell prompt is split into three separate lines. The first line helps to visually divide previous output from next prompt. The second line consists of three segments and contains all about path. The third is input line.

Path segments

  • ssh connection - The badge indicates whether ssh connection is currently established
  • directory - Current working directory
  • vsc status line - This segment displays current branch status in the working directory

Completion

Includes completion menu and style settings, caching, setting for ssh host and name suggestion, and many other useful settings.


Installation

For Installation you need git

Manual

  1. Clone the repository:
git clone https://github.com/guesswhozzz/021011.zsh-theme ~/021011-tools
  1. Update your .zshrc file:
echo 'source ~/021011-tools/021011.zsh-theme' >> ~/.zshrc

Oh My Zsh

  1. Clone the repository:
git clone https://github.com/guesswhozzz/021011.zsh-theme ~/021011-tools
  1. Move file to oh-my-zsh's theme folder:
mv ~/021011-tools/021011.zsh-theme $ZSH/themes/021011.zsh-theme
  1. Go to your ~/.zshrc file and set ZSH_THEME=021011

Recommended Settings


Extra

You can find this color scheme for other terminal emulators in the mbadolato color scheme repository


License MIT © Egor Lem