Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andrepolischuk/neat

Minimal zsh prompt
https://github.com/andrepolischuk/neat

prompt shell theme zsh

Last synced: 11 days ago
JSON representation

Minimal zsh prompt

Awesome Lists containing this project

README

        

# neat

> Minimal zsh prompt inspired by [odin][odin] and [pure][pure]

![](screenshot.png)

## Install

### npm

```sh
npm install -g neat-prompt
```

and add `neat` to plugin list in your `.zshrc`:

```zsh
plugins=(neat)
```

### Manually

Clone this repo and append next line to your `.zshrc`:

```zsh
source neat/neat.zsh
```

## Indicators

Prompt git and other indicators:

* `⋯` — untracked files in repo
* `✓` — files added
* `⚑` — modified files
* `✖` — deleted files
* `➜` — renamed files
* `‼` — unmerged files
* `↑` — repo is ahead of current branch
* `↓` — repo is behind
* `⚡` — discharged battery indicator

## License

MIT

[odin]: https://github.com/tylerreckart/Odin
[pure]: https://github.com/sindresorhus/pure