mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 06:46:40 +00:00
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.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user