chore(zsh): install rbenv, pyenv and nodenv with zinit instead of brew

Main benefit is that these tools will now auto-install correctly on
Linux systems too.
This commit is contained in:
2020-09-25 21:13:34 +01:00
parent a5bafef348
commit 90554015b7
8 changed files with 208 additions and 183 deletions

6
zshenv
View File

@@ -153,15 +153,15 @@ path_prepend "/opt/emacs/bin"
# Use custom tmux install if available
path_prepend "/opt/tmux/bin"
# Ruby setup
# Ruby setup for rbenv (./zsh/ruby.zsh)
path_prepend "$HOME/.rbenv/shims"
path_prepend "$HOME/.rbenv/bin"
# Python setup
# Python setup for pyenv (./zsh/python.zsh)
path_prepend "$HOME/.pyenv/shims"
path_prepend "$HOME/.pyenv/bin"
# Node setup
# Node setup for nodenv (./zsh/nodejs.zsh)
path_prepend "$HOME/.nodenv/shims"
path_prepend "$HOME/.nodenv/bin"