Skip to content

Instantly share code, notes, and snippets.

@ayltai
Created June 8, 2020 08:47
Show Gist options
  • Save ayltai/35126bda4fe449f9b53c67fa251b19b8 to your computer and use it in GitHub Desktop.
Save ayltai/35126bda4fe449f9b53c67fa251b19b8 to your computer and use it in GitHub Desktop.
macOS customization
defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="small-spacer-tile";}' && killall Dock
defaults write com.apple.dock springboard-columns -int 5 && defaults write com.apple.dock springboard-rows -int 4 && killall Dock
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.apsd.plist
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.AssetCacheLocatorService.plist
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.awdd.plist
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.CrashReporterSupportHelper.plist
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.GameController.gamecontrollerd.plist
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.SubmitDiagInfo.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment