✨ (install_nvm.sh): update zsh configuration patch to apply nvm setup instead of basic configuration
This commit is contained in:
@@ -21,7 +21,7 @@ fi
|
|||||||
nvm install --lts
|
nvm install --lts
|
||||||
|
|
||||||
# Apply the "basic" zsh configuration patch (downloads zshrc/basic.zsh to ~/.config/zshrc/basic.zsh)
|
# 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
|
# Restore original working directory
|
||||||
cd "$ORIGINAL_DIR"
|
cd "$ORIGINAL_DIR"
|
||||||
|
|||||||
Reference in New Issue
Block a user