chore(rtx): install via official script instead of zinit

A bit more code, but should make installation more reliable, as zinit
often has issues detecting the correct binary/tarball to download from
GitHub releases.
This commit is contained in:
2023-09-18 10:05:54 +01:00
parent 5eb71b08a8
commit 4cd9893126
2 changed files with 21 additions and 5 deletions

2
zshenv
View File

@@ -200,13 +200,13 @@ if command-exists sccache; then
fi
# rtx setup
path_prepend "$HOME/.local/share/rtx/bin"
path_prepend "$HOME/.local/share/rtx/shims"
# ==============================================================================
# Path setup for select binaries installed with zinit
# ==============================================================================
path_prepend "$HOME/.local/zsh/zinit/plugins/jdxcode---rtx"
path_prepend "$HOME/.local/zsh/zinit/plugins/junegunn---fzf"
path_prepend "$HOME/.local/zsh/zinit/plugins/rbenv---rbenv/bin"