1
1
Fork 0
dotfiles/README.md
2021-04-18 14:53:05 -05:00

17 lines
411 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:
First [follow the steps to install and use the fish shell](./fish/README.md)
```bash
set -Ux XDG_CONFIG_HOME {location_of_dotfiles}
sudo pacman -S ripgrep # brew install ripgrep
sudo pacman -S sed
```