diff --git a/finderprefs.scpt b/finderprefs.scpt new file mode 100644 index 0000000..15a691f --- /dev/null +++ b/finderprefs.scpt @@ -0,0 +1,5 @@ +tell application "System Events" + tell application "Finder" + set sidebar preferences to {airdrop:true, home folder:true, applications folder:true} + end tell +end tell \ No newline at end of file