This commit is contained in:
Jeffrey Paul
2018-09-11 08:33:41 -07:00
parent baa2dc836c
commit 06ceca7c58
4 changed files with 54 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
default: install
install:
cp *.plist $(HOME)/Library/LaunchAgents/
launchctl load -w $(HOME)/Library/LaunchAgents/cloud.sneak.launchagent.*.plist
uninstall:
cd $(HOME)/Library/LaunchAgents && launchctl unload cloud.sneak.launchagent.*.plist
cd $(HOME)/Library/LaunchAgents && rm cloud.sneak.launchagent.*.plist