From 327905fb05e83bc3ec3ab172e8e5af912687ef08 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 9 Apr 2025 00:47:11 +0100 Subject: [PATCH] chore(mise/tools): add k3d and dmgbuild --- config/mise/config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/mise/config.toml b/config/mise/config.toml index cb3db98..407a549 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -59,6 +59,7 @@ uvx = true "npm:yarn" = "latest" "pipx:ansible-core" = { version = "latest", uvx_args = "--with ansible" } "pipx:ansible-lint" = "latest" +"pipx:dmgbuild" = "latest" "pipx:fonttools" = "latest" "pipx:pipx" = "latest" "pipx:yamllint" = "latest" @@ -96,6 +97,7 @@ hwatch = "latest" jq = "latest" jwt = "latest" jwtui = "latest" +k3d = "latest" k9s = "latest" kubecm = "latest" kubectl = "latest" @@ -130,4 +132,3 @@ watchexec = "latest" yj = "latest" yq = "latest" zoxide = "latest" -k3d = "latest"