Last active
December 26, 2015 18:49
-
-
Save abhishekdev/7196853 to your computer and use it in GitHub Desktop.
Rebuild the launchpad database. Typically used when application icons do not show up OR just to revert to the default.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
defaults write com.apple.dock ResetLaunchPad -bool true; killall Dock |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
rm ~/Library/Application\ Support/Dock/*.db; killall Dock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment