Skip to content

Instantly share code, notes, and snippets.

@aratak
Created April 17, 2012 18:19
Show Gist options
  • Save aratak/2407961 to your computer and use it in GitHub Desktop.
Save aratak/2407961 to your computer and use it in GitHub Desktop.
Launchpad cleaning
#!/bin/sh
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