diff --git a/README.md b/README.md index be030cc..3d2b5ec 100644 --- a/README.md +++ b/README.md @@ -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 -``` \ No newline at end of file +``` \ No newline at end of file diff --git a/conf.d/05_paths.fish b/conf.d/05_paths.fish index 1e07903..9bc7c5b 100644 --- a/conf.d/05_paths.fish +++ b/conf.d/05_paths.fish @@ -1,3 +1,4 @@ # Additional PATH entries -fish_add_path /opt/misc_scripts \ No newline at end of file +fish_add_path /opt/misc_scripts +fish_add_path ~/.cargo/bin \ No newline at end of file