Skip to content

Instantly share code, notes, and snippets.

@washopilot
Created September 14, 2024 03:34
Show Gist options
  • Save washopilot/290c0a29a792d82a088cf9deb12a07c1 to your computer and use it in GitHub Desktop.
Save washopilot/290c0a29a792d82a088cf9deb12a07c1 to your computer and use it in GitHub Desktop.
pnpm installation
curl -fsSL https://get.pnpm.io/install.sh | sh -
pnpm env use --global lts
pnpm completion zsh > ~/completion-for-pnpm.zsh
echo 'source ~/completion-for-pnpm.zsh' >> ~/.zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment