mac 安装brew

苹果电脑 常规安装脚本(推荐 完全体 几分钟安装完成):

 /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"

苹果电脑 极速安装脚本(精简版 几秒钟安装完成):

 /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" speed

安装好后 运行 source ~/.bash_profile

苹果电脑 卸载脚本:

 /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/HomebrewUninstall.sh)"

 error:

Error: The following directories are not writable by your user:

运行:sudo chown -R $(whoami) /usr/local/*

原文地址:https://www.cnblogs.com/LF-place/p/14670823.html