chore(rtx): move global tool versions to rtx config file

This commit is contained in:
2023-03-21 01:21:47 +00:00
parent cc3121e472
commit 06b5b5cd39
4 changed files with 17 additions and 13 deletions

View File

@@ -1,3 +1,18 @@
[settings]
experimental = true
shims_dir = "~/.rtx/shims"
[tools]
bat = "latest"
buf = "latest"
direnv = "latest"
dust = "latest"
exa = "latest"
golang = "latest"
jq = "latest"
nodejs = "lts"
python = "latest"
rclone = "latest"
shellcheck = "latest"
shfmt = "latest"
starship = "latest"