系统设置
重装系统
- 安装与你电脑兼容的 macOS 最新版本:Option-Command-R。
- 重新安装你电脑原始版本的 macOS(包括可用的更新):Option-Shift-Command-R。
- 重新安装当前版本的 macOS:Command-R。
OS X 系统设置
-
触摸板
- Trackpad:
System Preferences->Trackpad Point & Click->Tap to click.Point & Click->Look up & data detectors->Tap with three fingersAccessibility->Pointer Control->Trackpad Options->Enable Dragging->three finger drag
10.15前,Dragging 选项在
System Preferences->Accessibility->Mouse & Trackpad->Trackpad Options->Enable Dragging->three finger drag - Trackpad:
-
键盘:
System Preferences->Keyboardtouchbar后不再需要。把 F1-F12 改成标准功能键:Use all F1, F2, etc. keys as standard function keys.Shortcuts->Use keyboard navigation to move focus between controls.- 输入法快捷键:
Shortcuts->Input Sources/Spotlight.
-
Dock:
System Preference->Dock- 移除不常用的APP
- 移动到左侧:
Position on screen:left - 不重复显示已打开应用,选中如下两项:
Minimize windows into application iconShow indicators for open applications- 取消
Show recent applications in Dock
-
Finder->Preference->GeneralShow these items on the desktop-> 仅保留External disksNew Finder windows show->DownloadsTags全部移除SideBar仅保留必须,workspace文件夹可以拖动进入 SideBar- 最后一个Tab,
Advanced->When performing a search:Search the Current Folder
-
取消自动更新:
Software Update-> 取消勾选Automatically keep my Mac up to date,Advanced-> 取消勾选Check for updates.App Store->Preference-> 取消勾选Automatically Updates
-
固定桌面顺序:
DeskTop & Dock最底部 ->Mission Control-> 取消勾选Automatically rearrange Spaces based on most recent use -
Dictionary -> Preferences, 添加牛津英汉汉英词典现代汉语规范词典. -
菜单上显示音量控制图标:
System Preference->Sound->Show volume in menu bar -
菜单上显示蓝牙图标:
System Preference->BlueTooth->Show BlueTooth in menu bar -
移除Guest用户:
System Preference->Users&Groups->Guest User->Allow guests to log in this computer -
找回
open any where选项.sudo spctl --master-disable -
打开子像素抗锯齿,解决vscode字体太细问题
defaults write -g CGFontRenderingFontSmoothingDisabled -bool NO -
热区锁屏:
Desktop && Screen Saver->Screen Saver->Hot Corners. 右下角选择:Put Display to Sleep。左下角选择:Desktop -
~/.vimrc:syntax on
syntax enable
set nu
set hlsearch
set ruler
set cursorline