欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

mac 开发环境配置

程序员文章站 2024-02-19 18:02:58
...
  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