1
1
Fork 0
dotfiles/README.md
Ava Gaiety W e5287df197 nerdfont
2024-08-31 17:58:15 -06:00

19 lines
612 B
Markdown

# Gaiety's Dotfiles
Designed for Unix Systems.
Do not clone this repo manually! It's the last step via chezmoi
## Setup
Misc dependencies: `git, curl`
* [Install VictorMono Nerd Font](https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/VictorMono)
* [Install mise](https://mise.jdx.dev) version manager
* [Kitty for Linux](https://sw.kovidgoyal.net/kitty)
* Install [NeoVim](https://neovim.io/)
```sh
mkdir -p ~/.config/mise
curl https://git.gay/gaiety/dotfiles/raw/branch/main/dot_config/mise/config.toml -o ~/.config/mise/config.toml
chezmoi init --apply git@git.gay:gaiety/dotfiles.git
```