(install_nvm.sh): update zsh configuration patch to apply nvm setup instead of basic configuration

This commit is contained in:
Frank Qing
2025-05-28 03:44:57 +08:00
parent 158a1388bc
commit e515a8b4bc

View File

@@ -21,7 +21,7 @@ fi
nvm install --lts
# Apply the "basic" zsh configuration patch (downloads zshrc/basic.zsh to ~/.config/zshrc/basic.zsh)
curl -s https://git.miomio.moe/mio/easyzsh/raw/branch/master/patch.sh | bash -s basic
curl -s https://git.miomio.moe/mio/easyzsh/raw/branch/master/patch.sh | bash -s nvm
# Restore original working directory
cd "$ORIGINAL_DIR"