Skip to content

Instantly share code, notes, and snippets.

View bjesuiter's full-sized avatar

Benjamin Jesuiter bjesuiter

View GitHub Profile
@bjesuiter
bjesuiter / EnableSynergy.sh
Created February 4, 2018 08:53
SH Script for MacOS to enable Symless Synergy after disabling it
#!/usr/bin/env bash
# Option for enabling and disabling the Service will come in 2018
launchctl load /Library/LaunchAgents/com.symless.synergy.synergy-service.plist
@bjesuiter
bjesuiter / DisableSynergy.sh
Created February 4, 2018 08:51
SH Script for MacOS to disable Symless Synergy
#!/usr/bin/env bash
# Option for enabling and disabling the Service will come in 2018 to Synergy directly
launchctl unload /Library/LaunchAgents/com.symless.synergy.synergy-service.plist
sudo killall synergy-core