Skip to content

husniadil/zenith-oh-my-zsh-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Zenith - A Sleek and Minimalist Zsh Theme

Zenith is a clean, modern Zsh theme designed for efficiency and aesthetics. Featuring a cool-toned color palette with intuitive Git status indicators, it keeps your terminal workflow smooth and distraction-free. Stay at the peak of productivity with a prompt that’s both elegant and functional.

Features

  • Minimalist design – Keeps the focus on your workflow.
  • Color-coded Git status – Instantly see changes in your repository.
  • Compact directory display – Shows only the last two directories for clarity.
  • Command execution time – Displays execution time if a command takes longer than 3 seconds.
  • Intuitive prompt symbols – Quick visual feedback on success or failure.

Installation

Using Oh My Zsh

  1. Clone the repository into your custom themes folder:
    git clone https://github.com/husniadil/zenith-oh-my-zsh-theme.git ~/.oh-my-zsh/custom/themes/zenith
  2. Set the theme in your ~/.zshrc file:
    ZSH_THEME="zenith/zenith"
  3. Apply the changes:
    omz reload

Prompt Overview

Zenith provides an elegant and informative prompt:

  • Directory – Shows the last two folders in the path.
  • Git Status – Displays:
    • (green) if clean
    • + (green) for added files
    • ~ (yellow) for modified files
    • - (red) for deleted files
    • » (light blue) for renamed files
    • (red) for unmerged conflicts
    • ? (cyan) for untracked files
    • (cyan) if ahead of remote
    • (cyan) if behind remote
  • Command Execution Time – Displays in the right prompt if execution takes longer than 3 seconds.
  • Prompt Symbol – Shows in cyan for success and red for failure.

Customization

You can tweak colors and symbols by modifying zenith.zsh-theme to match your style.

Screenshots

Example screenshot of the prompt in action

Zenith Prompt Preview

License

Zenith is released under the MIT License.

About

A Sleek and Minimalist Zsh Theme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages