Skip to content

Instantly share code, notes, and snippets.

@ehellman
Created August 5, 2014 02:26
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 ehellman/44f50b29d2fcf44ec459 to your computer and use it in GitHub Desktop.
Save ehellman/44f50b29d2fcf44ec459 to your computer and use it in GitHub Desktop.
# Wipe Launchpad Database
sqlite3 ~/Library/Application\ Support/Dock/*.db “DELETE from apps; DELETE from groups WHERE title<>”; DELETE from items WHERE rowid>2;”; Killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment