From 79d1049d934de88f2deed985f67b9e0ba1bad6e0 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 26 Oct 2024 16:40:46 +0100 Subject: [PATCH] chore(mise/tools): switch tools which default to ubi back to their shortnames These tools still install via UBI, as that is now the default method for their shortnames in mise's registry. --- config/mise/config.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/config/mise/config.toml b/config/mise/config.toml index c0531e1..54524a7 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -62,31 +62,21 @@ show_tools = false "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 "ubi:bootandy/dust" = "latest" # dust "ubi:bufbuild/buf" = "latest" # buf -"ubi:cargo-bins/cargo-binstall" = "latest" # cargo-binstall -"ubi:cli/cli" = { version = "latest", exe = "gh" } # GitHub CLI "ubi:danielgtaylor/restish" = "latest" # restish "ubi:derailed/k9s" = "latest" # k9s "ubi:getsops/sops" = "latest" # sops "ubi:golangci/golangci-lint" = "latest" # golangci-lint "ubi:goreleaser/goreleaser" = "latest" # goreleaser -"ubi:hadolint/hadolint" = "latest" # hadolint -"ubi:helmfile/helmfile" = "latest" # helmfile -"ubi:houseabsolute/ubi" = "latest" # ubi -"ubi:jdx/usage" = "latest" # usage "ubi:jwt-rs/jwt-ui" = { version = "latest", exe = "jwtui" } # jwtui -"ubi:koalaman/shellcheck" = "latest" # shellcheck "ubi:mike-engel/jwt-cli" = { version = "latest", exe = "jwt" } # jwt -"ubi:mikefarah/yq" = "latest" # yq "ubi:mozilla/sccache" = "latest" # sccache "ubi:mvdan/gofumpt" = "latest" # gofumpt "ubi:nametake/golangci-lint-langserver" = "latest" # golangci-lint-langserver "ubi:opentofu/opentofu" = { version = "latest", exe = "tofu" } # tofu "ubi:rclone/rclone" = "latest" # rclone -"ubi:rhysd/actionlint" = "latest" # actionlint "ubi:sclevine/yj" = "latest" # yj "ubi:segmentio/golines" = "latest" # golines "ubi:siderolabs/talos" = { version = "latest", exe = "talosctl" } # talosctl @@ -96,11 +86,17 @@ show_tools = false "ubi:watchexec/watchexec" = "latest" # watchexec "ubi:wilfred/difftastic" = { version = "latest", exe = "difft" } # difftastic 1password-cli = "latest" +actionlint = "latest" +cargo-binstall = "latest" +ctop = "latest" direnv = "latest" eza = "latest" fzf = "latest" +gh = "latest" go = "latest" +hadolint = "latest" helm = "latest" +helmfile = "latest" jq = "latest" kubectl = "latest" kubectx = "latest" @@ -109,5 +105,9 @@ lua = "latest" node = "lts" python = "latest" ruby = "latest" +shellcheck = "latest" shfmt = "latest" terraform = "latest" +ubi = "latest" +usage = "latest" +yq = "latest"