Skip to content

Instantly share code, notes, and snippets.

@clonn
Last active January 2, 2022 22:32
Show Gist options
  • Save clonn/881d7da14a470b9dbc6113c44dffa799 to your computer and use it in GitHub Desktop.
Save clonn/881d7da14a470b9dbc6113c44dffa799 to your computer and use it in GitHub Desktop.
install mac environment and script
brew update
brew upgrade
brew install git
brew install wget
brew install curl
brew install nginx
# install nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
. ~/.nvm/nvm.sh
# install npm global
npm i -g grunt-cli gulp mocha pm2
# the new mac m1
# oh-my-zsh install
# https://ohmyz.sh/#install
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment