Skip to content

Instantly share code, notes, and snippets.

@alexwoollam
Last active November 2, 2020 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexwoollam/03843c308ced5f38aa4e85940a99b2b5 to your computer and use it in GitHub Desktop.
Save alexwoollam/03843c308ced5f38aa4e85940a99b2b5 to your computer and use it in GitHub Desktop.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
brew cask install google-chrome
brew cask install visual-studio-code
brew cask install docker
brew install git
brew install composer
brew install node
mkdir ~/.npm-global
npm config set prefix '~/.npm-global'
export PATH=~/.npm-global/bin:$PATH
source ~/.profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment