Skip to content

Instantly share code, notes, and snippets.

@awaddell
Created July 13, 2016 13:01
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 awaddell/cdfc0abc101675e8253b0c4693df795e to your computer and use it in GitHub Desktop.
Save awaddell/cdfc0abc101675e8253b0c4693df795e to your computer and use it in GitHub Desktop.
Remove Google Apps from Launchpad in OS X
From a Terminal
open ~/Applications
(now delete selected apps)
defaults write com.apple.dock ResetLaunchPad -bool true; killall Dock
@awaddell
Copy link
Author

Tested on El Capitan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment