Files
dotfiles/.chezmoiexternal.toml
T
rootiest 0a83a6457d fix: update kitty config url
Use standard naming convention to match other config repositories:

- kitty-conf -> kitty-config
2026-04-27 14:37:05 -04:00

12 lines
285 B
TOML

[".config/fish"]
type = "git-repo"
url = "https://git.rootiest.dev/rootiest/fish-config.git"
[".config/kitty"]
type = "git-repo"
url = "https://git.rootiest.dev/rootiest/kitty-config.git"
[".config/nvim"]
type = "git-repo"
url = "https://git.rootiest.dev/rootiest/neovim-config.git"