From 28183fd943bcbb06a160eb0f441f05f560b00ca7 Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Mon, 3 Aug 2026 22:25:49 +0200 Subject: [PATCH] fix(mise): Fix dependency for broot --- .chezmoidata/tools.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chezmoidata/tools.yaml b/.chezmoidata/tools.yaml index 04af569..e882d70 100644 --- a/.chezmoidata/tools.yaml +++ b/.chezmoidata/tools.yaml @@ -16,6 +16,7 @@ tools: - zoxide # Quickly jump to previouously visited directories - broot # Navigate easily inside the file system - glow # Render markdown on the CLI + - cargo-binstall # Needed for broot dev-tools: - jq - yq @@ -33,7 +34,6 @@ tools: - node - go - rust - - cargo-binstall devops: - docker-cli - podman