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
These configs include:
- Aliases
- Abbreviations
- Functions
- Prompt themes
- Color schemes
- Paths
- Variables
- etc.
A minimal, modular Fish configuration focused on productivity and readability.
Primarily designed for Debian servers, but easily adaptable to other systems with minimal changes.
To install this configuration, just clone this repo to the config dir(`~/.config/fish/`):
```bash
## 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
```
```

View File

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