Skip to content

Instantly share code, notes, and snippets.

@smutek

smutek/clearDock.bash

Last active Aug 9, 2020
Embed
What would you like to do?
Clear the OS X dock
# Overwrite persistent-apps array in defaults with an empty array
# run in console, save as an alias, whatever. See man defaults for more infoz
# ht: https://krypted.com/mac-security/remove-all-apps-from-the-dock-in-os-x/
defaults write com.apple.dock persistent-apps -array && killAll Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment