1
1
Fork 0
Personal dotfiles to get up and running with my favorite tools in a flash.
Find a file
2025-10-09 11:59:38 -06:00
fish move fish dir 2025-06-29 23:47:56 -06:00
kitty kitty use monaspace 2025-09-29 20:23:32 -06:00
mise bye chezmoi, new custom nvim setup 2025-06-16 10:36:32 -06:00
nvim Update nvim/lua/plugins/indentguide.lua 2025-10-09 11:59:38 -06:00
zellij zellij config 2025-06-21 18:50:05 -06:00
.luarc.json F12 toggle floating terminal 2025-06-21 19:30:12 -06:00
README.md starship prompt 2025-06-29 23:48:08 -06:00
screenshot.png add screenshot 2025-06-17 00:06:00 -06:00
starship.toml starship prompt 2025-06-29 23:48:08 -06:00

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