https://github.com/tmcdonell/config-fish
fish configuration
https://github.com/tmcdonell/config-fish
Last synced: 4 months ago
JSON representation
fish configuration
- Host: GitHub
- URL: https://github.com/tmcdonell/config-fish
- Owner: tmcdonell
- Created: 2017-10-21T09:40:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-30T10:59:24.000Z (over 1 year ago)
- Last Synced: 2025-06-01T11:58:49.959Z (about 1 year ago)
- Language: Shell
- Size: 78.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```