chore(rtx): switch from ~/.tool-versions to ~/.config/rtx/config.toml

This commit is contained in:
2023-09-18 10:00:59 +01:00
parent 61d072a36c
commit 5eb71b08a8
3 changed files with 27 additions and 26 deletions

View File

@@ -1,3 +1,30 @@
[settings] [settings]
legacy_version_file = true legacy_version_file = true
experimental = 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"

View File

@@ -35,7 +35,6 @@ SYMLINKS=(
rustfmt.toml rustfmt.toml
tmux tmux
tmux.conf tmux.conf
tool-versions
zshenv zshenv
zshrc zshrc
) )

View File

@@ -1,25 +0,0 @@
actionlint latest
bat latest
buf latest
ctop latest
difftastic latest
direnv latest
dust latest
exa latest
golang latest
golangci-lint latest
goreleaser latest
helm latest
jq latest
k9s latest
kubectl latest
kubectx latest
neovim latest
nodejs lts
python latest
rclone latest
ruby latest
shellcheck latest
shfmt latest
starship latest
terraform latest