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
- Host: GitHub
- URL: https://github.com/specious/bender
- Owner: specious
- Created: 2017-12-26T03:01:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-30T06:51:05.000Z (6 months ago)
- Last Synced: 2025-01-13T04:48:11.905Z (5 months ago)
- Language: Shell
- Homepage: https://raw.githubusercontent.com/specious/bender/master/screenshot.png
- Size: 29.3 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## 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