From 61398325689fc8e4e184ac3825497b98b22f70a7 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 26 Oct 2024 16:40:11 +0100 Subject: [PATCH] chore(mise/tools): switch gitu from cargo to ubi --- config/mise/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/mise/config.toml b/config/mise/config.toml index 0b0b4e9..c0531e1 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -17,7 +17,6 @@ show_tools = false "cargo:cargo-info" = "latest" "cargo:cargo-update" = "latest" "cargo:dirstat-rs" = "latest" -"cargo:gitu" = "latest" "cargo:hexyl" = "latest" "cargo:kubectl-watch" = "latest" "cargo:paper-terminal" = "latest" @@ -61,6 +60,7 @@ show_tools = false "ubi:BurntSushi/ripgrep" = { version = "latest", exe = "rg" } # ripgrep "ubi:DarthSim/hivemind" = "latest" # hivemind "ubi:ajeetdsouza/zoxide" = "latest" # zoxide +"ubi:altsem/gitu" = "latest" # gitu "ubi:argoproj/argo-cd" = { version = "latest", exe = "argocd" } # Argo CD "ubi:bcicen/ctop" = "latest" # ctop "ubi:blacknon/hwatch" = "latest" # hwatch