(install.sh, install_nvm.sh): refactor font installation logic to check for existing fonts before downloading, and remove redundant echo statement in install_nvm.sh

This commit is contained in:
Frank Qing
2025-05-28 15:11:24 +08:00
parent 18a56766c6
commit 5088da8a75
4 changed files with 55 additions and 5 deletions

4
zshrc/pyenv.zsh Normal file
View File

@@ -0,0 +1,4 @@
# Initialize pyenv (Python Version Manager)
export PYENV_ROOT="$HOME/.pyenv"
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH" # Add pyenv to PATH
eval "$(pyenv init - zsh)" # This loads pyenv