Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 602 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 602 Bytes

gerry-prompt

My personal and fast ZSH prompt with git status based on bureau.

It shows on the left:

  • User name
  • Host name
  • Current path.

On the right:

  • Current time
  • Current git branch (called main on screenshot)
  • staged and unstaged files (green and red bullets)

Install

To install the theme, copy the gerry.zsh-theme file under ~/.zshrc/themes. Then, to enable it, set ZSH_THEME to gerry in your ~/.zshrc, before sourcing Oh My Zsh.

# ~/.zshrc

ZSH_THEME="gerry"