Skip to content

Instantly share code, notes, and snippets.

@raritet
Last active February 17, 2024 00:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raritet/c0cb1eb2391f44d45558226978bf39f1 to your computer and use it in GitHub Desktop.
Save raritet/c0cb1eb2391f44d45558226978bf39f1 to your computer and use it in GitHub Desktop.
How to Alphabetize the macOS Launchpad

This terminal command will restart the Launchpad and it will reload everything, with the default Apple stuff on the first page and following pages filled alphabetically.

defaults write com.apple.dock ResetLaunchPad -bool true; killall Dock
@swoondrones
Copy link

This doesn't work. You have to set a sort order. How is that put into this command?

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