No mouse and keyboard tab can’t focus?
Cmd+Opt+F5 -> Motor -> Full Keyboard Access
macOS Settings
- General -> Software Update -> Update to latest
- General -> About -> Name -> rename to unique and easy to remember name
- General -> Date & Time -> 24-hour time -> turn on
- Network -> Firewall -> turn on
- Appearance -> Show scroll bars -> Always
- Control Center -> Menu Bar Only -> Spotlight -> Don’t Show in Menu Bar
- Desktop & Dock -> Position on screen -> Left (or Right, depends on display arrangement)
- Desktop & Dock -> Automatically hide and show the Dock -> turn on
- Desktop & Dock -> Tiled windows have margins -> turn off
- Desktop & Dock -> Mission Control -> Automatically rearrange Spaces based on most recent use -> turn off
- Displays -> Night Shift… -> Schedule -> Sunset to Sunrise
- Privacy & Security -> Security -> FileVault -> turn on
- Keyboard -> Keyboard Shortcuts… -> Modifier Keys -> Select keyboard (all keyboards) -> Caps Lock key -> set to Escape
- Keyboard -> Dictation -> Shortcut -> turn off
Finder
- Finder Settings -> Advanced -> When performing a search -> Search the Current Folder
Software (GUI)
Firefox
Sign in to existing Firefox account. Otherwise, import bookmarks and install these add-ons manually:
- 10ten Japanese Reader (Rikaichamp)
- Alt or not
- Bitwarden Password Manager
- Dark Reader
- Disable WebRTC
- Don’t Fuck With Paste
- Export Cookies
- I still don’t care about cookies
- Link Hints
- Minimal Theme for Twitter / X
- Old Reddit Redirect
- SearXNG
- Stylus
- uBlock Origin
- Violentmonkey
- YouTube Music Volume Fixer
Paste
Restore old version from backup.
iTerm2
- Use macOS text editing shortcuts (e.g. Opt+<-/-> for word jumps), Settings -> Profiles -> Keys -> Key Bindings -> Presets -> Natural Text Editing
For theming, use presets:
bash -c "$(curl -sLo- https://git.io/vQgMr)"
Catppuccin Mocha (number 97)
https://github.com/Gogh-Co/Gogh
Thunderbird
- (maybe) open Thunder first and close it to ensure profiles dir are created
- Unzip the backup profile
- In
~/Library/thunderbird/Profiles
, replace the<...>.default-release
with the backup profile - Open Thunderbird to check if the profile is restored correctly
Raycast
- Install with cask (raycast) or via website.
- Disable Spotlight keyboard, Settings -> Keyboard -> Keyboard Shortcuts… -> Spotlight -> Show Spotlight search -> turn off
- Replace Raycast shorcut with Cmd+Space
- Hide Raycast menu bar icon
- Do not untick all Spotlight search results, it will break Finder group by kind
Software (App Store)
- Bitwarden
Software (CLI)
Homebrew
brew install \
bat \
btop \
doggo \
fnm \
gh \
git \
jesseduffield/lazydocker/lazydocker \
jesseduffield/lazygit/lazygit \
just \
lsd \
mcfly \
micro \
starship \
tlrc
brew install --cask \
font-fantasque-sans-mono-nerd-font \
iina \
raycast \
zed
zsh
https://github.com/darcien/dotfiles/blob/master/.zshrc
Network Troubleshooting
https://fasterdata.es.net/performance-testing/network-troubleshooting-tools/
brew install iperf iperf3 nuttcp owamp
Changelog
- 2025-05-30: add Firefox add-ons
- 2025-05-24: initial version