Skip to content

KernelDiego/kerneldiego-zsh-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kerneldiego.zsh-theme

A minimal and informative Zsh theme with a clean box-style layout, Git integration, and colorful prompt indicators for productivity and visual clarity.

🌄 Preview

screenshot Demo

✨ Features

  • Box-style prompt layout using Unicode line characters.
  • Shows current username and working directory.
  • Git branch and short SHA display.
  • Git diff summary (added, modified, deleted, renamed, unmerged, untracked).
  • Custom symbols with color-coded segments.
  • Lightweight and fast — no external dependencies.

🧩 Git Diff Symbols

These are displayed dynamically in the second prompt line when inside a Git repository.

  • +A —> Added files (green)
  • ~M —> Modified files (yellow)
  • -D —> Deleted files (red)
  • R —> Renamed files (blue)
  • U —> Unmerged files (magenta)
  • ? —> Untracked files (cyan)

📦 Installation

Using Oh My Zsh

  1. Copy kerneldiego.zsh-theme into ~/.oh-my-zsh/themes.

  2. Change ZSH_THEME="kerneldiego" in ~/.zshrc.

  3. Reload Zsh for apply theme to command:

    source ~/.zshrc

Windows Installation

  1. Download kerneldiego.zsh-theme

    wget -O ~/.oh-my-zsh/themes/kerneldiego.zsh-theme https://raw.githubusercontent.com/KernelDiego/kerneldiego-zsh-theme/main/kerneldiego.zsh-theme
    
  2. Place it anywhere and source it in your .zshrc:

    sed -i 's/ZSH_THEME="kerneldiego"/ZSH_THEME="kerneldiego"/' .zshrc
  3. Reload Zsh for apply theme to command:

    source ~/.zshrc

🔤 Font Recommendation

To properly render the prompt symbols, use a Nerd Font, e.g., FiraCode Nerd Font or Hack Nerd Font, etc.


Colors used

To make your terminal look exactly like the screenshots, you can manually configure your terminal emulator with the HEX color values provided below. These colors are used in the theme's prompt styling, so setting them in your terminal ensures full visual consistency.

Color HEX Preview
Magenta #FF2EC8      #FF2EC8     
Cyan #00F0FF      #00F0FF     
Blue #339CFF      #339CFF     
Red #FF4B4B      #FF4B4B     
Green #3EFFA8      #3EFFA8     
Yellow #FFB700      #FFB700     

🙏 Credits

Made with ❤️ by KernelDiego

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages