Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isacikgoz/sashimi
minimalist fish prompt made with raw fish
https://github.com/isacikgoz/sashimi
fish sashimi theme
Last synced: 3 months ago
JSON representation
minimalist fish prompt made with raw fish
- Host: GitHub
- URL: https://github.com/isacikgoz/sashimi
- Owner: isacikgoz
- License: mit
- Created: 2018-09-07T22:10:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-07T10:10:30.000Z (over 3 years ago)
- Last Synced: 2024-10-31T17:44:55.417Z (3 months ago)
- Topics: fish, sashimi, theme
- Language: Shell
- Homepage:
- Size: 366 KB
- Stars: 66
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sashimi
[![Releases](https://img.shields.io/github/release/isacikgoz/sashimi.svg?label=latest)](https://github.com/isacikgoz/sashimi/releases)
[![MIT License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE)A minimal [fish shell](https://github.com/fish-shell/fish-shell) prompt made of raw fish.
Sashimi uses your prompt real estate as low as possible. It focuses on only required information. Along with being minimalist, the error codes are shown to user so that you can start to debug from a better point. See the features list for more detailed information.
## Features
- Compatible with fish 3.0+
- Sleek
- Displays only the parent directory instead of the entire working directory
- Git Support
- Shows clean/dirty status
- Shows branch ahead/behind information
- Discourages working on master branch
- Informative When Required
- Shows error exit status in red### Installation
You can install sashimi by cloning this repository and linking the `fish_prompt.fish` file to your `~/.config/fish/functions` directory or any directory in your fish functions path.
```shell
git clone https://github.com/isacikgoz/sashimi
cd sashimi
ln -s fish_prompt.fish ~/.config/fish/functions/fish_prompt.fish
```If you are using a package manager, you have the following options:
- Using [Fisher](https://github.com/jorgebucaran/fisher):
```shell
fisher add isacikgoz/sashimi
```
- Or, if you prefer [Oh My Fish!](https://github.com/oh-my-fish/oh-my-fish):
```shell
omf install sashimi
```## Credits
This prompt was inspired by other promps such as:
- [robbyrussell](https://github.com/robbyrussell/oh-my-zsh/blob/master/themes/robbyrussell.zsh-theme)
- [sorin](https://github.com/fish-shell/fish-shell/tree/master/share/tools/web_config/sample_prompts)
- [bobthefish](https://github.com/oh-my-fish/theme-bobthefish)## License
[MIT](LICENSE)