This note for me only
- Download a full macOS installer from Apple
- Format USB to “MacOS Extended” (USB must be >= 32GB)
- Use terminal to create the bootable installer
Go to Keyboard Settings and then
- Should choose “U.S” instead of “U.S. International” because with the later, we have underline score below special symbols like
"
- For Vietnamese Input method, Don’t choose built-in VN input options. Use OpenKey instead (Need to allow this app in Privacy & Security if you don’t want to turn off Gate keeper) because there have uncomfortable underline when we type and I have problem when typing in some apps like Messenger,…
- The OpenKey support auto switch input method smart: You’re using Skype with
V
mode but when you switch to Terminal the input method will be automaticallyE
mode - The OpenKey support both Telex and VNI but I recommend you should use VNI to avoid conflicts when typing English in
V
mode such asas => á
, etc
- The OpenKey support auto switch input method smart: You’re using Skype with
- Turn off “Use F1, F2 etc. keys as standard function keys” if you rarely uses them.
- Key repeat rate -> Fast, Delay until repeat -> Short to skip delay when holding key
- Enabled “Three finders to drag”: **System Settings -> Accessibility -> Pointer Control -> Trackpad Options”
- Short switch new desktops: Settings -> Keyboard -> Keyboard Shortcut -> Missing Control -> Checked all “Switch to Desktop”
Checkout Repository: https://github.com/namnh198/dotfiles
- Remove delay dock:
defaults write com.apple.dock "autohide-delay" -float "0" && killall Dock
- Paste as plain text
Cmd + Shift + V
- Cut & Paste file:
Cmd + C -> Cmd + V