搭建 Mac 本地开发环境

重新安装 macOS

https://support.apple.com/zh-cn/102342

初始化开发环境

  1. 配置好网络代理。

  2. 需要时,在终端使用代理:

    1
    export http_proxy="http://localhost:6152" && export https_proxy="http://localhost:6152"
  3. Homebrew

  4. nvm

  • auto switch node version when change pwd
  1. pyenv (install via homebrew, add 3 lines to zshrc)

  2. rvm

  3. JDK 8

  4. Oh-My-Zsh with Spaceship theme

  5. Set up other tools

  1. 安装命令行小工具
    1
    brew install bat exa