15 lines
310 B
Markdown
15 lines
310 B
Markdown
# Gaiety's Dotfiles
|
|
|
|
Designed for Linux (Arch) and MacOS.
|
|
|
|
## Setup
|
|
[Install asdf](https://asdf-vm.com/#/core-manage-asdf) version manager
|
|
|
|
Several tools can find configs by setting the fish variable below:
|
|
|
|
```bash
|
|
set -Ux XDG_CONFIG_HOME {location_of_dotfiles}
|
|
sudo pacman -S ripgrep
|
|
sudo pacman -S sed
|
|
```
|
|
|