From 9a501b438ba952f43407888d387c4828604ea776 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 9 Dec 2024 10:56:40 +0000 Subject: [PATCH] chore(mise/tools): use shorthand or aqua instead of go/cargo backends --- config/mise/config.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config/mise/config.toml b/config/mise/config.toml index b844897..10d5482 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -9,6 +9,9 @@ show_env = true show_tools = false [tools] +"aqua:AlexanderGrooff/mermaid-ascii" = "latest" +"aqua:sharkdp/hexyl" = "latest" +"aqua:tldr-pages/tlrc" = "latest" "cargo:bacon" = "latest" "cargo:cargo-audit" = "latest" "cargo:cargo-edit" = "latest" @@ -17,12 +20,9 @@ show_tools = false "cargo:cargo-update" = "latest" "cargo:dirstat-rs" = "latest" "cargo:eza" = "latest" -"cargo:hexyl" = "latest" "cargo:kubectl-watch" = "latest" "cargo:paper-terminal" = "latest" -"cargo:tlrc" = "latest" "go:github.com/go-delve/delve/cmd/dlv" = "latest" -"go:github.com/hashicorp/terraform-ls" = "latest" "go:github.com/rakyll/hey" = "latest" "go:github.com/rogpeppe/godef" = "latest" "go:go.uber.org/mock/mockgen" = "latest" @@ -105,6 +105,7 @@ staticcheck = "latest" talosctl = "latest" taplo = "latest" terraform = "latest" +terraform-ls = "latest" tflint = "latest" ubi = "latest" usage = "latest"