Last active
October 27, 2025 09:46
-
-
Save xamgore/089a62658071f73d89de8d678c45296e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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