Add paths and Update README
This commit is contained in:
parent
a55988a17a
commit
41e8e0a49f
21
README.md
21
README.md
@ -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
|
||||||
```
|
```
|
||||||
@ -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
|
||||||
Loading…
x
Reference in New Issue
Block a user