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

https://github.com/specious/bender

:keyboard: Futuristic two-line zsh prompt with git integration
https://github.com/specious/bender

Last synced: 4 months ago
JSON representation

:keyboard: Futuristic two-line zsh prompt with git integration

Awesome Lists containing this project

README

        

# bender (zsh theme)

Fancy two-line [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) prompt with [git](https://git-scm.com/) integration.

![bender-theme-for-zsh](screenshot.png)

## Install

- Put [bender.zsh-theme](https://raw.githubusercontent.com/specious/bender/master/bender.zsh-theme) in `~/.oh-my-zsh/custom/themes/`
- Set `ZSH_THEME="bender"` in your `~/.zshrc`
- Reload zsh configuration by running: `source ~/.zshrc`

Or you can use a zsh plugin manager such as [antigen](https://github.com/zsh-users/antigen), [zgen](https://github.com/tarjoilija/zgen) or [zplug](https://github.com/zplug/zplug).

## Optional configuration

A minimal version of the prompt can be enabled by setting the following in your `~/.zshrc`:

```
BENDER_THEME_STYLE=mini
```

## What about bash?

Bash version is [here](https://gist.github.com/specious/8244801).

## What about fish?

Fish version is [here](https://gist.github.com/specious/50bac54ac9e4ba9b88dbf24623d51dfc).

## Want to help?

Contributions are welcome. Please check the [issues](https://github.com/specious/bender/issues) and feel free to point out how it could be better or open a pull request.

## License

MIT