feat(tools): migrate to mise (formally known as rtx)

This commit is contained in:
2024-01-06 18:59:12 +00:00
parent f4ce515973
commit bf92527b6a
7 changed files with 32 additions and 26 deletions

27
config/mise/config.toml Normal file
View File

@@ -0,0 +1,27 @@
[settings]
legacy_version_file = true
experimental = true
[tools]
actionlint = "latest"
buf = "latest"
ctop = "latest"
direnv = "latest"
dust = "latest"
go = "latest"
golangci-lint = "latest"
goreleaser = "latest"
helm = "latest"
k9s = "latest"
kubectl = "latest"
kubectx = "latest"
lua = "latest"
neovim = "latest"
node = "lts"
python = "latest"
rclone = "latest"
ruby = "latest"
shellcheck = "latest"
shfmt = "latest"
starship = "latest"
terraform = "latest"