1
1
Fork 0
Personal dotfiles to get up and running with my favorite tools in a flash.
Find a file
2025-10-09 12:00:12 -06:00
fish
kitty kitty use monaspace 2025-09-29 20:23:32 -06:00
mise
nvim Update nvim/lua/plugins/indentguide.lua 2025-10-09 12:00:12 -06:00
zellij
.luarc.json
README.md
screenshot.png
starship.toml

Gaiety's Dotfiles

Designed for Unix Systems.

Setup

Misc dependencies: git, curl

mkdir -p ~/.config/mise
curl https://git.gay/gaiety/dotfiles/raw/branch/main/dot_config/mise/config.toml -o ~/.config/mise/config.toml
mise install
curl -sS https://starship.rs/install.sh | sh
ln -s "$(pwd)/nvim" ~/.config/nvim
ln -s "$(pwd)/fish" ~/.config/fish
ln -s "$(pwd)/kitty" ~/.config/kitty
ln -s "$(pwd)/zellij" ~/.config/zellij
ln -s "$(pwd)/starship.toml" ~/.config/starship.toml