mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 06:26:39 +00:00
chore(rtx): move global tool versions to rtx config file
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
bat latest
|
||||
direnv latest
|
||||
dust latest
|
||||
exa latest
|
||||
golang latest
|
||||
jq latest
|
||||
nodejs lts
|
||||
python latest
|
||||
shellcheck latest
|
||||
shfmt latest
|
||||
starship latest
|
||||
|
||||
2
zshenv
2
zshenv
@@ -199,7 +199,7 @@ if command-exists sccache; then
|
||||
export RUSTC_WRAPPER=sccache
|
||||
fi
|
||||
|
||||
# RTX shim setup
|
||||
# rtx setup
|
||||
path_prepend "$HOME/.rtx/shims"
|
||||
|
||||
# ==============================================================================
|
||||
|
||||
2
zshrc
2
zshrc
@@ -91,7 +91,7 @@ if command-exists direnv; then
|
||||
fi
|
||||
|
||||
zinit light-mode wait lucid from'gh-r' as'program' pick'rtx' mv'rtx* -> rtx' \
|
||||
atclone'./rtx complete --shell zsh > _rtx && chmod +x _rtx && ./rtx activate zsh > .rtx.zsh' \
|
||||
atclone'./rtx complete -s zsh > _rtx && chmod +x _rtx && ./rtx activate zsh > .rtx.zsh' \
|
||||
atpull'%atclone' \
|
||||
src='.rtx.zsh' \
|
||||
for @jdxcode/rtx
|
||||
|
||||
Reference in New Issue
Block a user