fix: update kitty config url

Use standard naming convention to match other config repositories:

- kitty-conf -> kitty-config
This commit is contained in:
2026-04-27 14:37:05 -04:00
parent a232148e9c
commit 0a83a6457d
2 changed files with 8 additions and 8 deletions
+6 -6
View File
@@ -1,11 +1,11 @@
[".config/fish"]
type = "git-repo"
url = "https://git.rootiest.dev/rootiest/fish-config.git"
type = "git-repo"
url = "https://git.rootiest.dev/rootiest/fish-config.git"
[".config/kitty"]
type = "git-repo"
url = "https://git.rootiest.dev/rootiest/kitty-conf.git"
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"
type = "git-repo"
url = "https://git.rootiest.dev/rootiest/neovim-config.git"