Skip to content

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

License

Notifications You must be signed in to change notification settings

egorlem/ultima.zsh-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

GitHub Release GitHub License


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/egorlem/ultima.zsh-theme ~/ultima-shell
  1. Update your .zshrc file:
echo 'source ~/ultima-shell/ultima.zsh-theme' >> ~/.zshrc

Oh My Zsh

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

Recommended settings and compatibility

Fonts

Not all fonts contain U+203a unicode unless your system supports Single Right-Pointing Angle Quotation Mark install one of the standard fonts on your system. For example Arial, Consolas, Impact.

For comfortable work, I usually use JetBrains Mono. The font is already available characters that are used in the theme and are ideal for full compatibility.


License WTFPL · Egor Lem

About

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

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages