笔者使用的电脑是 Mac.拿到一台新 Mac 需要装各种环境 & 软件。这篇文章主要做一个记录,减少初始化一台新 Mac 的时间,记录给自己用的,每个人的工作环境都不一样,没有参考性
初始化终端
- 先安装 macOS Command Line Tools
xcode-select --install
- 安装 homebrew (Mac 包管理工具)
- 使用 Homebrew Bundler 初始化系统
- 安装 Iterm 2
- 安装 oh-my-zshell
1 | sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" |
- 把 zsh 设置成默认 shell
1 | # 把 zsh 加入 shell 列表 |
- 配置终端主题 & 字体 (我使用 powerlevel10k)
- 编辑器 VS code 增加终端快捷方式
1 | sudo ln -s /Applications/Visual\ Studio\ Code.app/Contents/Resources/app/bin/code ~/Applications/code |
初始化编辑器
- 编辑器配置都通过
code-settings-sync
保存在 gist,直接下载配置使用即可
1 | code --install-extension Shan.code-settings-sync |
其他
- 配置 overWall 环境
- 按需安装应用