需安装git
国内加速 https://www.newbe.pro/Mirrors/Mirrors-Git-For-MacOS/
官方 :https://git-scm.com/download/mac
官方安装
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
国内加速安装
来自 https://zhuanlan.zhihu.com/p/111014448
苹果电脑 极速安装脚本(精简版 几秒钟安装完成):
"$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" speed
卸载
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/HomebrewUninstall.sh)"
常用命令
安装图形应用如
$ brew install --cask google-chrome
搜索应用
brew search chrome