All Projects → isqua → bureau

isqua / bureau

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

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to bureau

apollo-zsh-theme
Heavily customizable, compatible, and fast ZSH theme framework.
Stars: ✭ 64 (+137.04%)
Mutual labels:  prompt, zsh-theme, zsh-prompt
Awesome Zsh Plugins
A collection of ZSH frameworks, plugins, themes and tutorials.
Stars: ✭ 10,129 (+37414.81%)
Mutual labels:  zsh-theme, zsh-prompt
Starship
☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
Stars: ✭ 20,504 (+75840.74%)
Mutual labels:  zsh-theme, zsh-prompt
zcolors
🌈 Z Colors uses your $LS_COLORS to generate a coherent theme for Git and your Zsh prompt, command line and completions.
Stars: ✭ 38 (+40.74%)
Mutual labels:  prompt, zsh-theme
spacezsh-prompt
Spacezsh: async prompt does things in the ZSH way
Stars: ✭ 15 (-44.44%)
Mutual labels:  zsh-theme, zsh-prompt
Agkozak Zsh Prompt
A fast, asynchronous ZSH prompt with color ASCII indicators of Git, exit, SSH, virtual environment, and vi mode status. Framework-agnostic and customizable.
Stars: ✭ 182 (+574.07%)
Mutual labels:  prompt, zsh-theme
guri
A simple and fast Oh-My-Zsh theme
Stars: ✭ 19 (-29.63%)
Mutual labels:  prompt, zsh-theme
Spaceship Prompt
🚀⭐ A Zsh prompt for Astronauts
Stars: ✭ 15,748 (+58225.93%)
Mutual labels:  prompt, zsh-theme
Polyglot
Color, ASCII-only Git prompt for zsh, bash, ksh93, mksh, pdksh, dash, and busybox ash
Stars: ✭ 118 (+337.04%)
Mutual labels:  prompt, zsh-theme
git-prompt.zsh
A fast, customizable, pure-shell, asynchronous Git prompt for Zsh
Stars: ✭ 139 (+414.81%)
Mutual labels:  prompt, zsh-prompt
Common
A simple, clean and minimal prompt.
Stars: ✭ 213 (+688.89%)
Mutual labels:  prompt, zsh-theme
Theme-Engine
Theme-Engine is usually made for modification & customization, so you can make trunks even more Colourful and better your Termux.
Stars: ✭ 31 (+14.81%)
Mutual labels:  customization, zsh-theme
Home
A configurable and eXtensible Xml serializer for .NET.
Stars: ✭ 208 (+670.37%)
Mutual labels:  customization
prompt-password-strength
Custom mask function for prompt-password that adds a 'strength progress meter' that changes color as the password strength increases. Uses zxcvbn, the popular password strength estimation tool brought to you by dropbox.
Stars: ✭ 18 (-33.33%)
Mutual labels:  prompt
.tmux
🇫🇷 Oh my tmux! My self-contained, pretty & versatile tmux configuration made with ❤️
Stars: ✭ 15,594 (+57655.56%)
Mutual labels:  customization
Ng Polymorpheus
Polymorpheus is a tiny library for polymorphic templates in Angular.
Stars: ✭ 191 (+607.41%)
Mutual labels:  customization
impromptu.nvim
Create prompts fast and easy
Stars: ✭ 39 (+44.44%)
Mutual labels:  prompt
mastomods
CSS tweaks and custom themes for Mastodon.
Stars: ✭ 95 (+251.85%)
Mutual labels:  customization
Pull To Refresh.rentals Ios
This project aims to provide a simple and customizable pull to refresh implementation. Made in Yalantis
Stars: ✭ 2,171 (+7940.74%)
Mutual labels:  customization
Automathemely
Simple, set-and-forget python application for changing between desktop themes according to light and dark hours
Stars: ✭ 169 (+525.93%)
Mutual labels:  customization

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].