Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/GerryLarios/gerry-prompt

My personal and fast ZSH prompt with git status. Works well with HUGE repositories.
https://github.com/GerryLarios/gerry-prompt

Last synced: about 2 months ago
JSON representation

My personal and fast ZSH prompt with git status. Works well with HUGE repositories.

Lists

README

        

# gerry-prompt

![](preview.png)

My personal and fast ZSH prompt with git status based on [bureau](https://github.com/ohmyzsh/ohmyzsh/wiki/themes#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`](gerry.zsh-theme) file under `~/.zshrc/themes`.
Then, to enable it, set `ZSH_THEME` to `gerry` in your `~/.zshrc`, before sourcing Oh My Zsh.

```bash
# ~/.zshrc

ZSH_THEME="gerry"
```