mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 09:26:42 +00:00
chore(mise): make extensive use of ubi backend
Now that the ubi backend is built-in to mise, so the UBI binary is no longer required, let's switch most things which can be installed by UBI, to be installed by UBI. This reduces the number of separate/external asdf plugins used to install all my tooling.
This commit is contained in:
@@ -13,41 +13,26 @@ show_tools = false
|
||||
"cargo:bacon" = "latest"
|
||||
"cargo:bat" = "latest"
|
||||
"cargo:cargo-audit" = "latest"
|
||||
"cargo:cargo-binstall" = "latest"
|
||||
"cargo:cargo-edit" = "latest"
|
||||
"cargo:cargo-info" = "latest"
|
||||
"cargo:cargo-update" = "latest"
|
||||
"cargo:difftastic" = "latest"
|
||||
"cargo:dirstat-rs" = "latest"
|
||||
"cargo:eza" = "latest"
|
||||
"cargo:gitu" = "latest"
|
||||
"cargo:hexyl" = "latest"
|
||||
"cargo:hwatch" = "latest"
|
||||
"cargo:jwt-cli" = "latest"
|
||||
"cargo:kubectl-watch" = "latest"
|
||||
"cargo:paper-terminal" = "latest"
|
||||
"cargo:sccache" = "latest"
|
||||
"cargo:tlrc" = "latest"
|
||||
"cargo:ubi" = "latest"
|
||||
"cargo:watchexec-cli" = "latest"
|
||||
"go:github.com/DarthSim/hivemind" = "latest"
|
||||
"go:github.com/bufbuild/buf-language-server/cmd/bufls" = "latest"
|
||||
"go:github.com/danielgtaylor/restish" = "latest"
|
||||
"go:github.com/go-delve/delve/cmd/dlv" = "latest"
|
||||
"go:github.com/golang/mock/mockgen" = "latest"
|
||||
"go:github.com/hashicorp/terraform-ls" = "latest"
|
||||
"go:github.com/nametake/golangci-lint-langserver" = "latest"
|
||||
"go:github.com/rakyll/hey" = "latest"
|
||||
"go:github.com/rhysd/actionlint/cmd/actionlint" = "latest"
|
||||
"go:github.com/rogpeppe/godef" = "latest"
|
||||
"go:github.com/segmentio/golines" = "latest"
|
||||
"go:go.uber.org/mock/mockgen" = "latest"
|
||||
"go:golang.org/x/tools/cmd/godoc" = "latest"
|
||||
"go:golang.org/x/tools/cmd/goimports" = "latest"
|
||||
"go:golang.org/x/tools/gopls" = "latest"
|
||||
"go:golang.org/x/vuln/cmd/govulncheck" = "latest"
|
||||
"go:google.golang.org/grpc/cmd/protoc-gen-go-grpc" = "latest"
|
||||
"go:google.golang.org/protobuf/cmd/protoc-gen-go" = "latest"
|
||||
"go:mvdan.cc/gofumpt" = "latest"
|
||||
"npm:@mermaid-js/mermaid-cli" = "latest"
|
||||
"npm:@prettier/plugin-php" = "latest"
|
||||
"npm:@prettier/plugin-ruby" = "latest"
|
||||
@@ -73,39 +58,55 @@ show_tools = false
|
||||
"npm:vscode-css-languageserver-bin" = "latest"
|
||||
"npm:vscode-json-languageserver" = "latest"
|
||||
"npm:yaml-language-server" = "latest"
|
||||
"ubi:BurntSushi/ripgrep" = { version = "latest", exe = "rg" } # ripgrep
|
||||
"ubi:DarthSim/hivemind" = "latest" # hivemind
|
||||
"ubi:ahmetb/kubectx" = "latest" # kubectx
|
||||
"ubi:ajeetdsouza/zoxide" = "latest" # zoxide
|
||||
"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:kubernetes-sigs/kustomize" = "latest" # kustomize
|
||||
"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:mvdan/sh" = { version = "latest", exe = "shfmt" } # shfmt
|
||||
"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
|
||||
"ubi:starship/starship" = "latest" # starship
|
||||
"ubi:terraform-linters/tflint" = "latest" # tflint
|
||||
"ubi:watchexec/watchexec" = "latest" # watchexec
|
||||
"ubi:wilfred/difftastic" = { version = "latest", exe = "difft" } # difftastic
|
||||
1password-cli = "latest"
|
||||
argocd = "latest"
|
||||
buf = "latest"
|
||||
ctop = "latest"
|
||||
direnv = "latest"
|
||||
dust = "latest"
|
||||
eza = "latest"
|
||||
fzf = "latest"
|
||||
github-cli = "latest"
|
||||
go = "latest"
|
||||
golangci-lint = "latest"
|
||||
goreleaser = "latest"
|
||||
hadolint = "latest"
|
||||
helm = "latest"
|
||||
helm-diff = "latest"
|
||||
helmfile = "latest"
|
||||
jq = "latest"
|
||||
k9s = "latest"
|
||||
kubectl = "latest"
|
||||
kubectx = "latest"
|
||||
kustomize = "latest"
|
||||
lua = "latest"
|
||||
node = "lts"
|
||||
python = "latest"
|
||||
rclone = "latest"
|
||||
ripgrep = "latest"
|
||||
ruby = "latest"
|
||||
shellcheck = "latest"
|
||||
shfmt = "latest"
|
||||
starship = "latest"
|
||||
talosctl = "latest"
|
||||
terraform = "latest"
|
||||
tflint = "latest"
|
||||
usage = "latest"
|
||||
yj = "latest"
|
||||
yq = "latest"
|
||||
zoxide = "latest"
|
||||
|
||||
Reference in New Issue
Block a user