Skip to content

Instantly share code, notes, and snippets.

@cwparsons
Last active August 12, 2022 16:06
Show Gist options
  • Save cwparsons/1f72e3f767930fcc9932d214c5cb2991 to your computer and use it in GitHub Desktop.
Save cwparsons/1f72e3f767930fcc9932d214c5cb2991 to your computer and use it in GitHub Desktop.

macOS Setup

homebrew casks

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install --cask figma firefox google-chrome imageoptim microsoft-edge microsoft-remote-desktop powershell sublime-text visual-studio-code vlc watchguard-mobile-vpn-with-ssl

homebrew

brew install git nvm

nvm

Create ~/.zshrc file to load nvm.

echo "export NVM_DIR=\"\$HOME/.nvm\"\nNVM_HOMEBREW=\"/usr/local/opt/nvm/nvm.sh\"\n[ -s \"\$NVM_HOMEBREW\" ] && \. \"\$NVM_HOMEBREW\"\n" > ~/.zshrc
nvm install 14.15.5

npm

npm install --global @microsoft/generator-sharepoint @microsoft/rush @pnp/cli-microsoft365 npm-check-updates yo

xcode

xcode-select --install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment