Last active
August 22, 2024 10:01
-
-
Save anthonykusuma/37522dd4ee0684f8acbe11e4609a3d03 to your computer and use it in GitHub Desktop.
Enabling Universal Clipboard for Mac
This file contains 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
```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