From 18044c4c882b84610412b43d0bb17f68e7f68bdf Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Thu, 8 Sep 2011 22:02:57 +0300 Subject: Avoid creating .DS_Store files on network volumes. --- .osx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.osx b/.osx index 7035051..9356bf8 100755 --- a/.osx +++ b/.osx @@ -34,6 +34,9 @@ defaults write com.apple.frameworks.diskimages skip-verify-remote -bool true defaults write com.apple.frameworks.diskimages auto-open-ro-root -bool true defaults write com.apple.frameworks.diskimages auto-open-rw-root -bool true +# Avoid creating .DS_Store files on network volumes +defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true + # Disable Safari’s thumbnail cache for History and Top Sites defaults write com.apple.Safari DebugSnapshotsUpdatePolicy -int 2 -- cgit v1.2.3