Mac 新环境配置
安装 homebrew 、zsh 和 oh my zsh
# 安装 homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"zsh 配置其他部分看
软件安装
下面是我个人会用到的软件
brew install --cask mos
brew install --cask jordanbaird-ice
brew install --cask betterdisplay
brew install --cask visual-studio-code
brew install --cask alt-tab
brew install stats- 右键增强:https://github.com/wflixu/RClick
- 系统清理工具:https://github.com/tw93/Mole / https://github.com/alienator88/Pearcleaner
fnm 配置
# 安装 fnm
brew install fnmfnm env 的初始化放在 统一 zsh 配置 里。
安装和设置默认版本
fnm install --lts
fnm default lts-latestvscode 添加到环境变量
- 打开 Visual Studio Code
- 打开命令面板 Command + Shift + P (or F1)
- 搜索并选择 Shell Command: Install code in PATH
- 授权然后重启终端
Last updated on