mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 04:46:41 +00:00
fix(mise/tools): switch kubectx back to asdf plugin
The UBI method excludes supporting files like shell completions and more.
This commit is contained in:
@@ -60,7 +60,6 @@ show_tools = false
|
||||
"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
|
||||
@@ -105,6 +104,7 @@ go = "latest"
|
||||
helm = "latest"
|
||||
jq = "latest"
|
||||
kubectl = "latest"
|
||||
kubectx = "latest"
|
||||
lua = "latest"
|
||||
node = "lts"
|
||||
python = "latest"
|
||||
|
||||
Reference in New Issue
Block a user