Skip to content

Instantly share code, notes, and snippets.

View anthonykusuma's full-sized avatar
🤙
Focusing

Anthony Kusuma anthonykusuma

🤙
Focusing
View GitHub Profile
@anthonykusuma
anthonykusuma / universalclipboard.sh
Last active August 22, 2024 10:01
Enabling Universal Clipboard for Mac
```bash
defaults write ~/Library/Preferences/com.apple.coreservices.useractivityd.plist ClipboardSharingEnabled 1
```