From 6a64fd046f4509de3ce419a6d76ad55dab101ab9 Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Mon, 1 Sep 2025 15:05:00 -0300 Subject: [PATCH] feat(mise): add git related tools * hub * lazygit * tea --- config/mise/config.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config/mise/config.toml b/config/mise/config.toml index 9e920dd..eb585c8 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -15,11 +15,13 @@ "aqua:go-task/task" = "3.44.1" "aqua:hashicorp/terraform" = "1.13.1" "aqua:helm/helm" = "3.18.6" +"aqua:jesseduffield/lazygit" = "0.54.2" "aqua:jj-vcs/jj" = "0.33.0" "aqua:junegunn/fzf" = "0.65.2" "aqua:k3d-io/k3d" = "5.8.3" "aqua:kubernetes-sigs/kind" = "0.30.0" "aqua:kubernetes/kubectl" = "1.33.3" +"aqua:mislav/hub" = "2.14.2" "aqua:pnpm/pnpm" = "10.15.1" "aqua:sbstp/kubie" = "0.26.0" "aqua:sharkdp/bat" = "0.25.0" @@ -48,6 +50,13 @@ python = "3.13.7" r = "4.5.1" rust = "1.89.0" +[tools."http:tea"] +version = "0.10.1" + +[tools."http:tea".platforms] +linux-x64 = { url = "https://gitea.com/gitea/tea/releases/download/v0.10.1/tea-0.10.1-linux-amd64" } +windows-x64 = { url = "https://gitea.com/gitea/tea/releases/download/v0.10.1/tea-0.10.1-windows-amd64.exe" } + [settings] experimental = true python_compile = true