16 lines
342 B
Markdown
16 lines
342 B
Markdown
# Fish shell configurations
|
|
|
|
These configs include:
|
|
- Aliases
|
|
- Abbreviations
|
|
- Functions
|
|
- Prompt themes
|
|
- Color schemes
|
|
- Paths
|
|
- Variables
|
|
- etc.
|
|
|
|
To install this configuration, just clone this repo to the config dir(`~/.config/fish/`):
|
|
```bash
|
|
git clone https://git.candifloss.cc/candifloss/dotfiles_fish_server.git ~/.config/fish
|
|
``` |