From 43f95e04cae3b8b49bf3c9ab221787ffe36957b0 Mon Sep 17 00:00:00 2001 From: rootiest Date: Mon, 27 Apr 2026 14:17:30 -0400 Subject: [PATCH] feat: add fish, kitty, and neovim configurations --- .chezmoiexternal.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .chezmoiexternal.toml diff --git a/.chezmoiexternal.toml b/.chezmoiexternal.toml new file mode 100644 index 0000000..80d4866 --- /dev/null +++ b/.chezmoiexternal.toml @@ -0,0 +1,11 @@ +[".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-conf.git" + +[".config/nvim"] + type = "git-repo" + url = "https://git.rootiest.dev/rootiest/neovim-config.git"