This commit is contained in:
The Ghost of FOSS' Past 2024-11-10 15:56:13 -06:00
parent 8f317e02aa
commit 925b4116cd

5
finderprefs.scpt Normal file
View file

@ -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