23 lines
568 B
Markdown

# Fish shell configuration
A minimal, modular Fish configuration focused on productivity and readability.
Primarily designed for Debian servers, but easily adaptable to other systems with minimal changes.
## Features
- Aliases
- Abbreviations
- Functions
- Prompt themes
- Color configuration
- PATH management
- `fzf` integration
- Modern CLI tool defaults
## Installation
Clone this repository into your Fish configuration directory:
```bash
git clone https://git.candifloss.cc/candifloss/dotfiles_fish_server.git ~/.config/fish
```