feat(mise): add git related tools

* hub
* lazygit
* tea
This commit is contained in:
2025-09-01 15:05:00 -03:00
parent ec36a354c2
commit 6a64fd046f

View File

@@ -15,11 +15,13 @@
"aqua:go-task/task" = "3.44.1" "aqua:go-task/task" = "3.44.1"
"aqua:hashicorp/terraform" = "1.13.1" "aqua:hashicorp/terraform" = "1.13.1"
"aqua:helm/helm" = "3.18.6" "aqua:helm/helm" = "3.18.6"
"aqua:jesseduffield/lazygit" = "0.54.2"
"aqua:jj-vcs/jj" = "0.33.0" "aqua:jj-vcs/jj" = "0.33.0"
"aqua:junegunn/fzf" = "0.65.2" "aqua:junegunn/fzf" = "0.65.2"
"aqua:k3d-io/k3d" = "5.8.3" "aqua:k3d-io/k3d" = "5.8.3"
"aqua:kubernetes-sigs/kind" = "0.30.0" "aqua:kubernetes-sigs/kind" = "0.30.0"
"aqua:kubernetes/kubectl" = "1.33.3" "aqua:kubernetes/kubectl" = "1.33.3"
"aqua:mislav/hub" = "2.14.2"
"aqua:pnpm/pnpm" = "10.15.1" "aqua:pnpm/pnpm" = "10.15.1"
"aqua:sbstp/kubie" = "0.26.0" "aqua:sbstp/kubie" = "0.26.0"
"aqua:sharkdp/bat" = "0.25.0" "aqua:sharkdp/bat" = "0.25.0"
@@ -48,6 +50,13 @@ python = "3.13.7"
r = "4.5.1" r = "4.5.1"
rust = "1.89.0" 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] [settings]
experimental = true experimental = true
python_compile = true python_compile = true