Skip to content

Instantly share code, notes, and snippets.

@tsekityam
Created September 3, 2016 15:20
Show Gist options
  • Save tsekityam/b5b50af6a57795e7eedb37614eaabb6b to your computer and use it in GitHub Desktop.
Save tsekityam/b5b50af6a57795e7eedb37614eaabb6b to your computer and use it in GitHub Desktop.
a simple script for reseting your launchpad on macOS >= 10.10
defaults write com.apple.dock ResetLaunchPad -bool true; killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment