Compare commits

..
2 Commits
Author SHA1 Message Date
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
rootiest a232148e9c chore: update ignore rules
Include AGENTS.md, which will function as a "master" reference for both
AI agents.
2026-04-27 14:35:42 -04:00
4 changed files with 10 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"
+1
View File
@@ -1,5 +1,6 @@
CLAUDE.md
GEMINI.md
AGENTS.md
README.md
.gitignore
.claude*
+1
View File
@@ -69,3 +69,4 @@ src/
.claude*
CLAUDE.md
GEMINI.md
AGENTS.md
+2 -2
View File
@@ -9,7 +9,7 @@ This repository is the single source of truth for my system configuration. Rathe
| Config | Repository | Destination |
|--------|-----------|-------------|
| [Fish Shell](https://git.rootiest.dev/rootiest/fish-config) | `fish-config` | `~/.config/fish` |
| [Kitty Terminal](https://git.rootiest.dev/rootiest/kitty-conf) | `kitty-conf` | `~/.config/kitty` |
| [Kitty Terminal](https://git.rootiest.dev/rootiest/kitty-config) | `kitty-config` | `~/.config/kitty` |
| [Neovim](https://git.rootiest.dev/rootiest/neovim-config) | `neovim-config` | `~/.config/nvim` |
## Highlights
@@ -65,7 +65,7 @@ dotfiles/
## Related repositories
- [fish-config](https://git.rootiest.dev/rootiest/fish-config) — Fish shell configuration
- [kitty-conf](https://git.rootiest.dev/rootiest/kitty-conf) — Kitty terminal configuration
- [kitty-conf](https://git.rootiest.dev/rootiest/kitty-config) — Kitty terminal configuration
- [neovim-config](https://git.rootiest.dev/rootiest/neovim-config) — Neovim configuration
## License