Ec的Mac配置流程

Ec的Mac配置流程

2025年5月4日
mac
技术

Mac配置流程

  • 记录一下新Mac的配置流程

Mac

  • 版本15.4.1

一、登录苹果账号

  • 同步部分OS配置

  • 同步应用

  • 二、转移基本的静态文件

  • 所有的图片(壁纸+图标+光标)

  • 所有的额外字体文件(Jetbrain和Nerd等宽字体)

  • .ssh文件夹(用于登录服务器和GitHub)

三、下载应用软件

1. 下载并配置[clash-verge](https://github.com/clash-verge-rev/clash-verge-rev)
2. App Store: ,Google Chrome, QQ, 微信,Fastzip, postman, office套件,todesk,Dynamic Wallpaper

四、配置开发环境

  1. 下载安装下载Homebrew

  2. 下载git

    brew install git
    
  3. 配置信息:

git config --global user.email xxx
git config --global user.name xxx
  1. 设置代理:
git config --global http.proxy http://127.0.0.1:<7890>
git config --global https.proxy https://127.0.0.1:<7890>
  1. 安装python

    1. Python官网寻找稳定版本的x64可执行文件下载

      1. 配置pip源:
      pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
      pip config set global.proxy http://127.0.0.1:<7890>
      
    2. 安装MinGW

      • 解压并配置环境变量
  2. 安装cmake

  3. 安装node https://nodejs.org/en/download/

    • npm 换源:

    • npm config set registry https://registry.npm.taobao.org
      
  4. 安装xcode主要是配置环境

  5. 安装Rust

    • 安装Rust

    • curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
      
  6. 测试以上编译器、解释器能否正常工。

  7. 安装vscode,安装后打开并登录GitHub账号进行配置与插件同步(等到左下角的“正在同步”消失后,就可以退出了)

五、 安装docker

Docker

六、配置终端

  1. Warp
  2. Termius

七、其他的软件