Skip to content

Instantly share code, notes, and snippets.

@amatellanes
Created September 19, 2015 06:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amatellanes/256c8a4c065a35e75abc to your computer and use it in GitHub Desktop.
Save amatellanes/256c8a4c065a35e75abc to your computer and use it in GitHub Desktop.
Remove apps from Launchpad in Mac OS X 10.10 (Yosemite)
sqlite3 $(sudo find /private/var/folders -name com.apple.dock.launchpad)/db/db "DELETE FROM apps WHERE title='APPNAME';" && killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment