A simple, beautiful and vibrant theme for oh-my-posh shell prompt renderer.
This theme was created solely based on the taste preferences of the author and does not aim to please everyone.
At the moment, the theme is fully supported on the Windows + PowerShell configuration!
An installation script is also attached to this theme, which will help you customize the theme to your taste:
- Change the standard colors
- Remove unnecessary blocks
This theme supports displaying information about:
- Root session
- Host system logo
- User & Host
- Git repository
- Command execution status code & time
- Current folder
- Dynamic terminal title
To start, install oh-my-posh, using this guide.
Also, don't forget to enable the execution of local scripts in PowerShell:
Set-ExecutionPolicy RemoteSignedAfter that, feel free to proceed to this algorithm of actions:
Run the command to install the font JetBrainsMono Nerd Font:
oh-my-posh font installOnce you have received the font, set it as the main font for your terminal. For example, for Windows Terminal, you can insert the following lines into settings.json:
"profiles":
{
"defaults":
{
"font":
{
"face": "JetBrainsMono Nerd Font"
}
},
...
}Take advantage of git cloning:
git clone https://github.com/Oidaho/ZenitOr download the archive of the latest release and unpack it to a convenient directory.
Next, go to the ./Zenit/scripts directory and run the ps1 installation script.



