1. 程式人生 > >mac常用軟體命令列安裝,慢慢整理中

mac常用軟體命令列安裝,慢慢整理中

Homebrew是以最簡單,最靈活的方式來安裝蘋果公司在MacOS中不包含的UNIX工具

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

brew update  更新brew

brew install {應用名,如git} 安裝軟體

brew cask install {應用名,如git} 也是下載安裝,與上面的區別,請檢視https://www.zhihu.com/question/22624898

更多用法請 brew help