Skip to content

Instantly share code, notes, and snippets.

@premitheme
Last active March 22, 2022 14:15
Show Gist options
  • Save premitheme/09d3b37fd8812fe15520938d6d1e6b2b to your computer and use it in GitHub Desktop.
Save premitheme/09d3b37fd8812fe15520938d6d1e6b2b to your computer and use it in GitHub Desktop.
Reset and organize MacOS Launchpad apps

Reset and organize MacOS Launchpad apps

Type the following line in the terminal...

defaults write com.apple.dock ResetLaunchPad -bool true; killall Dock

This will group all system applications in one page then all your installed applications in the rest of pages.

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