Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dvcrn/fish-theme-dvcrn
pure inspired, minimalistic fish shell theme with vi support
https://github.com/dvcrn/fish-theme-dvcrn
Last synced: 6 days ago
JSON representation
pure inspired, minimalistic fish shell theme with vi support
- Host: GitHub
- URL: https://github.com/dvcrn/fish-theme-dvcrn
- Owner: dvcrn
- Created: 2016-01-14T01:19:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-14T01:38:48.000Z (almost 9 years ago)
- Last Synced: 2023-03-13T10:55:31.268Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# theme-dvcrn
`dvcrn` is a minimalistic fish-shell theme inspired by the zsh [pure](https://github.com/sindresorhus/pure) theme with vim support baked in.
In short, this is how I like my shell. If you like to use it, please go for it :)
## Features
### vim support
Subtly indicating the vim state you are currently in without being too obnoxious. I went with different color tones but decided to include `[i]`, `[v]` and `[n]` as well to make it even more obvious.
![vim](images/vim.png)
### git support
![git](images/git.png)
Very inspired by pure. Following indicators are available:
Indicator | Meaning
----------|------------------------
`⇡` | x commits ahead
`⇣` | x commits behind
`.` | x files staged
`+` | x dirty files present
`*` | untracked files present## License
MIT © [David Mohl](https://github.com/dvcrn)