bramus / freshinstall

Automatically configure and install software onto your new Mac
https://www.bram.us/2018/01/08/setting-up-macos-with-freshinstall/
MIT License
106 stars 15 forks source link

Settings: Set Finder sidebar items #4

Open bramus opened 6 years ago

bramus commented 6 years ago

Cfr. https://github.com/mathiasbynens/dotfiles/issues/693: defaults read com.apple.sidebarlists -> VolumesList

Or perhaps https://www.jamf.com/jamf-nation/discussions/17204/com-apple-sidebarlists-in-el-capitan#responseChild111536

Also note this command:

defaults write com.apple.sidebarlists systemitems -dict-add ShowEjectables -bool true
ktgvv commented 6 years ago

Thank you for the lead. I WM'd it so I can check on that later.