Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lukasmalkmus/fish-theme-hf

A minimal and elegant theme for fish shell.
https://github.com/lukasmalkmus/fish-theme-hf

fish fish-shell fish-theme fishshell oh-my-fish omf omf-theme

Last synced: 19 days ago
JSON representation

A minimal and elegant theme for fish shell.

Awesome Lists containing this project

README

        

#### hf
> A theme for [fishshell][fish-link].

[![MIT License](https://img.shields.io/badge/license-MIT-007EC7.svg?style=flat-square)](/LICENSE)
[![Fish Shell Version](https://img.shields.io/badge/fish-v2.5.0-007EC7.svg?style=flat-square)](https://fishshell.com)
[![Oh My Fish Framework](https://img.shields.io/badge/Oh%20My%20Fish-Framework-007EC7.svg?style=flat-square)](https://www.github.com/oh-my-fish/oh-my-fish)


## Install

```fish
$ omf install hf
# Not working?
$ omf install https://github.com/lukasmalkmus/fish-theme-hf
```

## Features

* Minimal!
* Not git integration, no pwd, nothing!
* Red colored prompt if the last command exists with an exit code not equal to 0,
yay!

This theme won't be useful to most people. It doesn't have git integration like
most themes and doesn't show the current working directory.
I designed this theme to go hand in hand with my hyper setup. My terminal has
a status bar showing the pwd and git status and I wanted to avoid a cluttered
workspace. Check out the screenshot below.

It is possible do define an alternate prompt character with the provided
`hf_prompt_char` function.

## Screenshot



# License

[MIT][mit] © [Lukas Malkmus][author] et [al][contributors]

[mit]: https://opensource.org/licenses/MIT
[author]: https://github.com/lukasmalkmus
[contributors]: https://github.com/lukasmalkmus/fish-theme-hf/graphs/contributors
[fish-link]: http://fishshell.com/
[omf-link]: https://www.github.com/oh-my-fish/oh-my-fish

[license-badge]: https://img.shields.io/badge/license-MIT-007EC7.svg?style=flat-square