Skip to content

Instantly share code, notes, and snippets.

@trhodeos
Forked from matthiasak/mac-tweaks.md
Created March 20, 2023 00:09
Show Gist options
  • Save trhodeos/2f9d4d94e9c6e2979ba14d45d3aaf92a to your computer and use it in GitHub Desktop.
Save trhodeos/2f9d4d94e9c6e2979ba14d45d3aaf92a to your computer and use it in GitHub Desktop.
My Favorite Mac Tweaks

Skip verifying disk images

defaults write com.apple.frameworks.diskimages skip-verify true

Always hide the Desktop

defaults write com.apple.finder CreateDesktop false; killall Finder

Make terminal logins fast

touch ~/.hushlogin

Disable most animations

defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false

defaults write -g QLPanelAnimationDuration -float 0

defaults write NSGlobalDomain NSWindowResizeTime -float 0.001

defaults write com.apple.finder DisableAllAnimations -bool true

Increase the key repeat rate

defaults write NSGlobalDomain KeyRepeat -int 1

Disable save to iCloud by default

defaults write NSGlobalDomain NSDocumentSaveNewDocumentsToCloud -bool false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment