Skip to content

Instantly share code, notes, and snippets.

@0x-jerry
Created February 3, 2022 08:16
Show Gist options
  • Select an option

  • Save 0x-jerry/5b0a4587ab09dca8c609cfd6dd758830 to your computer and use it in GitHub Desktop.

Select an option

Save 0x-jerry/5b0a4587ab09dca8c609cfd6dd758830 to your computer and use it in GitHub Desktop.
remove icon from launchpad
# change APP_NAME_CASE_SENSITIVE to delete icon
sqlite3 $(find /private/var/folders \( -name com.apple.dock.launchpad -a -user $USER \) 2> /dev/null)/db/db "DELETE FROM apps WHERE title='APP_NAME_CASE_SENSITIVE';" && killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment