Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isqua/bureau
:rocket: Informative and fast ZSH prompt with git status. Works well with HUGE repositories. Show username, hostname, path, git branch and status.
https://github.com/isqua/bureau
cli console customization prompt shell terminal zsh zsh-git-prompt zsh-prompt zsh-theme
Last synced: 2 days ago
JSON representation
:rocket: Informative and fast ZSH prompt with git status. Works well with HUGE repositories. Show username, hostname, path, git branch and status.
- Host: GitHub
- URL: https://github.com/isqua/bureau
- Owner: isqua
- License: mit
- Created: 2015-11-18T20:50:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-12T21:17:41.000Z (almost 3 years ago)
- Last Synced: 2024-04-16T17:24:33.701Z (7 months ago)
- Topics: cli, console, customization, prompt, shell, terminal, zsh, zsh-git-prompt, zsh-prompt, zsh-theme
- Language: Shell
- Homepage: https://www.buymeacoffee.com/isqua
- Size: 3.91 KB
- Stars: 33
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/robbyrussell/oh-my-zsh/wiki/themes#bureau). I created it when I stopped using oh-my-zsh.
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.