isqua / bureau

:rocket: Informative and fast ZSH prompt with git status. Works well with HUGE repositories. Show username, hostname, path, git branch and status.

Home Page:https://www.buymeacoffee.com/isqua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bureau ZSH prompt

Just a prompt for ZSH. The right prompt is asynchronous, so it work fine even on large repositories.

It is reincarnation of my bureau theme for oh-my-zsh. I created it when I stopped using oh-my-zsh.

bureau zsh prompt

It shows on the left:

  • user name,
  • host name,
  • current path.

On the right:

  • current time,
  • current git branch (called test on screenshot),
  • staged and unstaged files (green and red bullets),
  • current action (rebase or merge).

Usage

Add following string to your .zshrc:

source /path/to/prompt_bureau_setup.zsh [color1] [color2] [color3]

Colors are optional. If you pass only one color, it will be used for username, hostname and current branch. If you pass two colors, the first will be used for username and branch, and the second for hostname. If you pass three colors, it will be used for username, hostname and branch accordingly.

About

:rocket: Informative and fast ZSH prompt with git status. Works well with HUGE repositories. Show username, hostname, path, git branch and status.

https://www.buymeacoffee.com/isqua

License:MIT License


Languages

Language:Shell 100.0%