Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andrepolischuk/neat
- Owner: andrepolischuk
- License: mit
- Created: 2016-05-18T11:27:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-22T13:06:23.000Z (over 7 years ago)
- Last Synced: 2024-10-15T15:16:31.905Z (23 days ago)
- Topics: prompt, shell, theme, zsh
- Language: Shell
- Size: 629 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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