Last active
January 19, 2021 16:42
-
-
Save JoeArauzo/ad4ad905cc29f951168d54900849695d to your computer and use it in GitHub Desktop.
Clean macOS Dock
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install dockutil | |
dockutil --remove Safari | |
dockutil --remove Mail | |
dockutil --remove FaceTime | |
dockutil --remove Messages | |
dockutil --remove Maps | |
dockutil --remove Photos | |
dockutil --remove Contacts | |
dockutil --remove Calendar | |
dockutil --remove Reminders | |
dockutil --remove Notes | |
dockutil --remove Music | |
dockutil --remove Podcasts | |
dockutil --remove TV | |
dockutil --remove News | |
dockutil --remove Numbers | |
dockutil --remove Keynote | |
dockutil --remove Pages |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment