Skip to content

Instantly share code, notes, and snippets.

@xamgore
Last active October 27, 2025 09:46
Show Gist options
  • Select an option

  • Save xamgore/089a62658071f73d89de8d678c45296e to your computer and use it in GitHub Desktop.

Select an option

Save xamgore/089a62658071f73d89de8d678c45296e to your computer and use it in GitHub Desktop.
# Switch language in MacOS by CapsLock with zero delay
hidutil property --set '{"CapsLockDelayOverride":0}'
# Make hidden files visible in Finder by default
defaults write com.apple.finder AppleShowAllFiles true
# Disable "updates available" notifications
defaults write com.apple.SoftwareUpdate MajorOSUserNotificationDate -date "2030-02-07 23:22:47 +0000"
defaults write com.apple.SoftwareUpdate UserNotificationDate -date "2030-02-07 23:22:47 +0000"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment