Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jason-shen/e7d25be268ddcd272a15efbc1aa7b1b7 to your computer and use it in GitHub Desktop.
Save jason-shen/e7d25be268ddcd272a15efbc1aa7b1b7 to your computer and use it in GitHub Desktop.
macos lock dock
#lock
defaults write com.apple.dock contents-immutable -bool true
#unlock
defaults write com.apple.dock contents-immutable -bool false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment