常用软件安装
安装 brew
国内镜像 一个字 快
信息
一直 选择中国科技大
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
安装 node
brew install node
# npm 设置淘宝镜像 (最新)
npm config set registry https://registry.npmmirror.com
# 安装 yarn
npm install -g yarn
# yarn 设置淘宝镜像
yarn config set registry https://registry.npmmirror.com