Mac开发环境配置
安装iTerm2 官网下载:https://www.iterm2.com/
安装oh-my-zsh oh-my-zsh 是一个开源的,负责管理你的zsh配置。
通过curl来安装 sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
通过wget来安装 sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"