Skip to content

Instantly share code, notes, and snippets.

@anthonykusuma
Last active August 22, 2024 10:01
Show Gist options
  • Save anthonykusuma/37522dd4ee0684f8acbe11e4609a3d03 to your computer and use it in GitHub Desktop.
Save anthonykusuma/37522dd4ee0684f8acbe11e4609a3d03 to your computer and use it in GitHub Desktop.
Enabling Universal Clipboard for Mac
```bash
defaults write ~/Library/Preferences/com.apple.coreservices.useractivityd.plist ClipboardSharingEnabled 1
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment