Skip to content

Instantly share code, notes, and snippets.

@ryanmaclean
Created November 20, 2025 18:13
Show Gist options
  • Select an option

  • Save ryanmaclean/1d88696cdf5b567378e18f7de9bda759 to your computer and use it in GitHub Desktop.

Select an option

Save ryanmaclean/1d88696cdf5b567378e18f7de9bda759 to your computer and use it in GitHub Desktop.
Clear all apps from macOS / OSX Dock
#!/usr/bin/env zsh
set -euox
# Remove all Application shortcuts from Apple macOS Dock
defaults write "com.apple.dock" "persistent-apps" -array
# Kill the OSX Dock, which will restart
killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment