mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 09:26:42 +00:00
chore(rtx): switch from ~/.tool-versions to ~/.config/rtx/config.toml
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -35,7 +35,6 @@ SYMLINKS=(
|
|||||||
rustfmt.toml
|
rustfmt.toml
|
||||||
tmux
|
tmux
|
||||||
tmux.conf
|
tmux.conf
|
||||||
tool-versions
|
|
||||||
zshenv
|
zshenv
|
||||||
zshrc
|
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