Add paths and Update README
This commit is contained in:
parent
a55988a17a
commit
41e8e0a49f
33
README.md
33
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
|
||||
```
|
||||
```
|
||||
@ -1,3 +1,4 @@
|
||||
# Additional PATH entries
|
||||
|
||||
fish_add_path /opt/misc_scripts
|
||||
fish_add_path /opt/misc_scripts
|
||||
fish_add_path ~/.cargo/bin
|
||||
Loading…
x
Reference in New Issue
Block a user