Skip to content

Instantly share code, notes, and snippets.

@tewha
Created May 29, 2025 22:37
Show Gist options
  • Save tewha/e3e1de3e288ad0f77ee8a0e7c3c789d3 to your computer and use it in GitHub Desktop.
Save tewha/e3e1de3e288ad0f77ee8a0e7c3c789d3 to your computer and use it in GitHub Desktop.
Clear Dock
#!/bin/sh
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