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