Skip to content

Instantly share code, notes, and snippets.

@tsekityam
Created October 13, 2016 15:54
Show Gist options
  • Save tsekityam/88f0b4a47a43f513cb649610853e6e09 to your computer and use it in GitHub Desktop.
Save tsekityam/88f0b4a47a43f513cb649610853e6e09 to your computer and use it in GitHub Desktop.
simple script for reset Launchpad on macOS
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