diff --git a/private_Library/private_Application Support/zsh/dot_zshrc b/private_Library/private_Application Support/zsh/dot_zshrc index 0b4a0df..99f2107 100644 --- a/private_Library/private_Application Support/zsh/dot_zshrc +++ b/private_Library/private_Application Support/zsh/dot_zshrc @@ -30,7 +30,7 @@ update-all() { tldr --update nvim +PlugUpgrade +PlugInstall +qall - corepack prepare pnpm@latest --activate + corepack install -g pnpm@latest ncu --packageFile "$PNPM_HOME/global/5/package.json" -u pnpm i -g pnpm up -g diff --git a/resources/init-scripts/install/node.zsh b/resources/init-scripts/install/node.zsh index a9f9aaa..d563259 100755 --- a/resources/init-scripts/install/node.zsh +++ b/resources/init-scripts/install/node.zsh @@ -11,4 +11,4 @@ NODE_PACKAGES=( curl -o- "$NVM_SCRIPT_URL" | bash && . "$NVM_DIR/nvm.sh" && nvm install --lts --latest-npm && npm i -g corepack && corepack enable && - corepack prepare pnpm@latest --activate && pnpm i -g $NODE_PACKAGES + corepack install -g pnpm@latest && pnpm i -g $NODE_PACKAGES