Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)