From 17df83e47af02b4101533d35c101aceeeb093e22 Mon Sep 17 00:00:00 2001 From: Lauri Gates Date: Sun, 10 May 2026 09:57:41 +0300 Subject: [PATCH] chore(mise): manage fzf and starship via mise MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Both tools were already in use locally (fzf for fuzzy-finding, starship for the prompt) but were only declared in the rendered ~/.config/mise/ config.toml — never in this template. Add them to the source so a fresh chezmoi apply on a new machine matches the live tool set. Co-Authored-By: Claude Opus 4.7 (1M context) --- private_dot_config/mise/config.toml.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/private_dot_config/mise/config.toml.tmpl b/private_dot_config/mise/config.toml.tmpl index d93d239..67d811f 100644 --- a/private_dot_config/mise/config.toml.tmpl +++ b/private_dot_config/mise/config.toml.tmpl @@ -102,6 +102,8 @@ rust = "latest" # Terminal & Shell "aqua:ajeetdsouza/zoxide" = "latest" "aqua:atuinsh/atuin" = "latest" +"aqua:junegunn/fzf" = "latest" +"ubi:starship/starship" = "latest" # Development Tools "aqua:cli/cli" = "latest" # gh (GitHub CLI)