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

https://github.com/tmcdonell/config-fish

fish configuration
https://github.com/tmcdonell/config-fish

Last synced: 4 months ago
JSON representation

fish configuration

Awesome Lists containing this project

README

          

# fish settings

Settings for the fish shell

https://fishshell.com

To install, clone the repository to `~/.config/fish`

## Dependencies

* [fzf](https://github.com/junegunn/fzf) > 0.33
* [fd](https://github.com/sharkdp/fd) > 8.5.0
* [bat](https://github.com/sharkdp/bat) > 0.16.0
* [vivid](https://github.com/sharkdp/vivid)

On macOS:

* terminal-notifier

## Prompt

To configure the prompt:

```
tide configure --auto --style=Rainbow --prompt_colors='True color' --show_time='24-hour format' --rainbow_prompt_separators=Angled --powerline_prompt_heads=Sharp --powerline_prompt_tails=Flat --powerline_prompt_style='Two lines, character' --prompt_connection=Disconnected --powerline_right_prompt_frame=No --prompt_spacing=Sparse --icons='Few icons' --transient=Yes
```