篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown [设置mac for dev] #mac相关的知识,希望对你有一定的参考价值。
# the basics
Open a terminal
Install Command Line Tools for Xcode - needed for homebrew to run
```xcode-select --install```
Install [Homebrew](https://brew.sh/)
```/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"```
# to install common apps
```brew cask install google-chrome```
```brew cask install firefox```
basically almost all mac apps can be installed using using brew cask
以上是关于markdown [设置mac for dev] #mac的主要内容,如果未能解决你的问题,请参考以下文章