最近 Mac 格掉重装了,记录下装机后个人习惯的配置步骤。
0. Display、Siri、Spotlight、Security、Screenshot
- Display:Nightshift
- Siri:Disable
- Spotlight:Disable Spotlight except for Applications and System Preferences
- FireWall:On
- Screenshot:defaults write com.apple.screencapture type jpg
1. 触控板调整
- 三指查询
- 轻拍单击
- 滑动方向
- 更多手式全选
- 三指拖动(Accessibility -> Pointer Control -> Mouse & Trackpad -> Trackpad Options)
2. 键盘
- 使用键盘切换焦点:Keyboard -> ShortCuts -> Use keyboard navigat …
- Text
- disable “Capitalise word automatically”
- disable “Add full stop with double-space”
- disable “Use smart quotes and dashes”
- use
"
for double quotes - use
'
for single quotes
3. 输入法配置
- Menubar 不显示输入法
- 使用 中/英 切换输入法
- 自动切换为文档输入源
4. 头像、壁纸、LaunchPad、Widgets、Hot Corner调整
5. Menubar
- 电池显示百分比
- 时钟显示秒
- 不显示 Spotlight
6. Dock
- 自动隐藏
- 增加显示 Desktop、Documents
- 移除不需要的 App
- 不显示最近打开的应用
7. Finder
- 新窗口显示 home
- 边栏不显示最近项目,显示 home
- 高级:显示后缀
- 显示选项:show item info, icon size 100x100, use as default
- 显示:path bar,status bar,Show Preview
8. Touch Bar
- Siri 换为输入法
9. Safari
- 搜索引擎更改
- 固定常用 tab
- Tab layout:Compact
- Show full website address
10. 安装软件
- lemon
- command line tools(xcode-select –install)
- homebrew(清华镜像站:https://mirrors.tuna.tsinghua.edu.cn/help/homebrew/)
- fish
- vimrc(vim 配置)
- rectangle、the-unarchiver、typora
- raspberry-pi-imager、virtualbox(或者 vmware-fusion)、virtualbox-extension-pack、iina、thunder、libreoffice
- 虚拟机系统
11. ssh
- 本地公私钥生成
- 远端服务器配置
Web 开发的配置指导:Mac Setup for Web Development [2022]