mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
19 lines
288 B
TOML
19 lines
288 B
TOML
[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"
|