From 0a83a6457d27044ef9effd63eb87b05b2af80718 Mon Sep 17 00:00:00 2001 From: rootiest Date: Mon, 27 Apr 2026 14:37:05 -0400 Subject: [PATCH] fix: update kitty config url Use standard naming convention to match other config repositories: - kitty-conf -> kitty-config --- .chezmoiexternal.toml | 12 ++++++------ README.md | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.chezmoiexternal.toml b/.chezmoiexternal.toml index 80d4866..f7583a2 100644 --- a/.chezmoiexternal.toml +++ b/.chezmoiexternal.toml @@ -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" diff --git a/README.md b/README.md index 778c28b..74bb2b6 100644 --- a/README.md +++ b/README.md @@ -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