Skip to content

Instantly share code, notes, and snippets.

#安装 默认已安装Xcode
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
#卸载
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"
#或者下面命令
cd `brew --prefix`
rm -rf Cellar
brew prune