Add paths and Update README

This commit is contained in:
Candifloss 2026-07-16 20:09:40 +05:30
parent a55988a17a
commit 41e8e0a49f
2 changed files with 22 additions and 14 deletions

View File

@ -1,16 +1,23 @@
# Fish shell configurations # 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
These configs include:
- Aliases - Aliases
- Abbreviations - Abbreviations
- Functions - Functions
- Prompt themes - Prompt themes
- Color schemes - Color configuration
- Paths - PATH management
- Variables - `fzf` integration
- etc. - Modern CLI tool defaults
## Installation
Clone this repository into your Fish configuration directory:
To install this configuration, just clone this repo to the config dir(`~/.config/fish/`):
```bash ```bash
git clone https://git.candifloss.cc/candifloss/dotfiles_fish_server.git ~/.config/fish git clone https://git.candifloss.cc/candifloss/dotfiles_fish_server.git ~/.config/fish
``` ```

View File

@ -1,3 +1,4 @@
# Additional PATH entries # Additional PATH entries
fish_add_path /opt/misc_scripts fish_add_path /opt/misc_scripts
fish_add_path ~/.cargo/bin