mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 06:26:39 +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"
|
||||
|
||||
@@ -35,7 +35,6 @@ SYMLINKS=(
|
||||
rustfmt.toml
|
||||
tmux
|
||||
tmux.conf
|
||||
tool-versions
|
||||
zshenv
|
||||
zshrc
|
||||
)
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user