mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 10:46:40 +00:00
chore(rtx): switch from ~/.tool-versions to ~/.config/rtx/config.toml
This commit is contained in:
@@ -1,3 +1,30 @@
|
||||
[settings]
|
||||
legacy_version_file = true
|
||||
experimental = true
|
||||
|
||||
[tools]
|
||||
actionlint = "latest"
|
||||
bat = "latest"
|
||||
buf = "latest"
|
||||
ctop = "latest"
|
||||
difftastic = "latest"
|
||||
direnv = "latest"
|
||||
dust = "latest"
|
||||
exa = "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"
|
||||
|
||||
Reference in New Issue
Block a user