0a83a6457d
Use standard naming convention to match other config repositories: - kitty-conf -> kitty-config
12 lines
285 B
TOML
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"
|