1
1
Fork 0
This commit is contained in:
Ava Gaiety Wroten 2021-04-08 12:35:40 -05:00
parent 75993c8090
commit 2f282d1003
2 changed files with 6 additions and 1 deletions

View file

@ -2,3 +2,9 @@
Designed for Linux (Arch) and MacOS.
Several tools can find configs by setting the fish variable below:
```bash
set -Ux XDG_CONFIG_HOME {location_of_dotfiles}
```

View file

@ -8,6 +8,5 @@ Vim alternative `nvim`.
```bash
sudo pacman -S neovim
set -Ux XDG_CONFIG_HOME {location_of_dotfiles}
```