Skip to content

Oidaho/Zenit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

28 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

✨ Zenit

Preview

License Badge

GitHub Release GitHub Downloads

GitHub watchers GitHub Repo stars

πŸ“„ About

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

🎨 Standard colors

  • Main: Static Badge
  • Background: Static Badge
  • Error: Static Badge
  • Path: Static Badge
  • Git: Static Badge

βš™οΈ Features

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

πŸ“₯ Installation

To start, install oh-my-posh, using this guide.

Also, don't forget to enable the execution of local scripts in PowerShell:

Set-ExecutionPolicy RemoteSigned

After that, feel free to proceed to this algorithm of actions:

Run the command to install the font JetBrainsMono Nerd Font:

oh-my-posh font install

Once 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/Zenit

Or 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.

πŸ–ΌοΈ Screenshots

image

image

image