On github there is list of the ever popular defaults that can be altered via the terminal for much of your Mac OS X GUI experience. A new on for me was the removal of the checkmarks on the DropBox folders.
file=/Applications/Dropbox.app/Contents/Resources/check.icns
[ -e “$file” ] && mv -f “$file” “$file.bak”
unset file
View full list here.
Leave a Reply