mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
refactor: use rtx to manage Go, Python, NodeJS, and more
This means g, pyenv, and volta are gone. And a lot of other tools previously installed with zinit are also installed with rtx now instead. This includes starship, direnv, shfmt, jq, and more.
This commit is contained in:
@@ -2,20 +2,6 @@
|
||||
# Python environment setup.
|
||||
#
|
||||
|
||||
# ==============================================================================
|
||||
# pyenv
|
||||
# ==============================================================================
|
||||
|
||||
# install pyenv
|
||||
zinit light-mode wait lucid as'program' pick'bin/pyenv' from'gh' \
|
||||
atclone'src/configure && make -C src; libexec/pyenv init - > .zinitrc.zsh' \
|
||||
atpull'%atclone' src'.zinitrc.zsh' nocompile'!' \
|
||||
for @pyenv/pyenv
|
||||
|
||||
zinit light-mode wait lucid as'program' pick'plugins/python-build/bin/python-build' \
|
||||
from'gh' id-as'pyenv/python-build' \
|
||||
for @pyenv/pyenv
|
||||
|
||||
# ==============================================================================
|
||||
# aliases
|
||||
# ==============================================================================
|
||||
|
||||
Reference in New Issue
Block a user