aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2011-09-08 22:02:57 +0300
committerMathias Bynens <mathias@qiwi.be>2011-09-08 22:02:57 +0300
commit18044c4c882b84610412b43d0bb17f68e7f68bdf (patch)
tree39cb9474f26c5a1b9fc032be870009ec0220de9b
parenta407d5d3c79a533b4da9c4d96f9df8f2a78ba881 (diff)
downloaddotfiles-18044c4c882b84610412b43d0bb17f68e7f68bdf.tar.gz
dotfiles-18044c4c882b84610412b43d0bb17f68e7f68bdf.tar.bz2
dotfiles-18044c4c882b84610412b43d0bb17f68e7f68bdf.zip
Avoid creating .DS_Store files on network volumes.
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
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