美文网首页
mac 开发环境配置

mac 开发环境配置

作者: bendev | 来源:发表于2018-04-08 17:52 被阅读116次
  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 开发环境配置

      本文链接:https://www.haomeiwen.com/subject/flsmhftx.html