mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13: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"
|
"npm:yaml-language-server" = "latest"
|
||||||
"ubi:BurntSushi/ripgrep" = { version = "latest", exe = "rg" } # ripgrep
|
"ubi:BurntSushi/ripgrep" = { version = "latest", exe = "rg" } # ripgrep
|
||||||
"ubi:DarthSim/hivemind" = "latest" # hivemind
|
"ubi:DarthSim/hivemind" = "latest" # hivemind
|
||||||
"ubi:ahmetb/kubectx" = "latest" # kubectx
|
|
||||||
"ubi:ajeetdsouza/zoxide" = "latest" # zoxide
|
"ubi:ajeetdsouza/zoxide" = "latest" # zoxide
|
||||||
"ubi:argoproj/argo-cd" = { version = "latest", exe = "argocd" } # Argo CD
|
"ubi:argoproj/argo-cd" = { version = "latest", exe = "argocd" } # Argo CD
|
||||||
"ubi:bcicen/ctop" = "latest" # ctop
|
"ubi:bcicen/ctop" = "latest" # ctop
|
||||||
@@ -105,6 +104,7 @@ go = "latest"
|
|||||||
helm = "latest"
|
helm = "latest"
|
||||||
jq = "latest"
|
jq = "latest"
|
||||||
kubectl = "latest"
|
kubectl = "latest"
|
||||||
|
kubectx = "latest"
|
||||||
lua = "latest"
|
lua = "latest"
|
||||||
node = "lts"
|
node = "lts"
|
||||||
python = "latest"
|
python = "latest"
|
||||||
|
|||||||
Reference in New Issue
Block a user