Add fish shell command example for cloning repository

This commit is contained in:
Rue Coimbra da Silva 2026-01-31 13:32:46 -03:00 committed by GitHub
parent 94556a8277
commit dfa863d41c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -70,6 +70,9 @@ too - it's ignored in the kickstart repo to make maintenance easier, but it's
```sh
git clone https://github.com/Rue0612/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
```
```fish
git clone https://github.com/Rue0612/kickstart.nvim.git (if set -q XDG_CONFIG_HOME; echo "$XDG_CONFIG_HOME"; else; echo "$HOME/.config"; end)/nvim
```
</details>