mac 开发环境配置

  1. 下载 surge 从icloud 导入 配置

  2. 设置 私有的 更新源 sudo defaults write /Library/Preferences/com.apple.SoftwareUpdate CatalogURL XXXX

  3. 安装 xcode commandline tools ```xcode-select --install``

  4. 下载chrome 安装 homebrew /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

  5. brew tap caskroom/version brew cask install java8

  6. brew install maven git

  7. 下载 java ide

  8. 安装 seq pro item oh my zsh dash api doc

  9. 安装 dot+graphviz graphviz
    usage

brew install graphviz //install
dot -Tpng sample.dot> sample.png  //usage

你可能感兴趣的:(mac 开发环境配置)