Add script to start over — delete prefs and subscriptions etc.
This commit is contained in:
parent
6371c0e9d2
commit
8b4db10606
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
defaults delete com.ranchero.evergreen
|
||||
killall cfprefsd
|
||||
|
||||
rm -rf ~/Library/Application\ Support/Evergreen/
|
||||
|
Loading…
Reference in New Issue