aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-07-26 16:04:20 +0200
committerMathias Bynens <mathias@qiwi.be>2012-07-26 16:04:20 +0200
commite4d22ec50585fbcd9198c60b52e8349d86dd29d5 (patch)
tree981044813e03a223e431008a940a815e16ea5b6e /.osx
parent8e759bb0fc18486dce7bdf60abd59f4f55085702 (diff)
downloaddotfiles-e4d22ec50585fbcd9198c60b52e8349d86dd29d5.tar.gz
dotfiles-e4d22ec50585fbcd9198c60b52e8349d86dd29d5.tar.bz2
dotfiles-e4d22ec50585fbcd9198c60b52e8349d86dd29d5.zip
.osx: Show icons for hard drives, servers, and removable media on the desktop
Diffstat (limited to '.osx')
-rwxr-xr-x.osx6
1 files changed, 6 insertions, 0 deletions
diff --git a/.osx b/.osx
index 5fe3fa3..4c2b72c 100755
--- a/.osx
+++ b/.osx
@@ -123,6 +123,12 @@ defaults write com.apple.finder QuitMenuItem -bool true
# Finder: disable window animations and Get Info animations
defaults write com.apple.finder DisableAllAnimations -bool true
+# Show icons for hard drives, servers, and removable media on the desktop
+defaults write com.apple.finder ShowExternalHardDrivesOnDesktop -bool true
+defaults write com.apple.finder ShowHardDrivesOnDesktop -bool true
+defaults write com.apple.finder ShowMountedServersOnDesktop -bool true
+defaults write com.apple.finder ShowRemovableMediaOnDesktop -bool true
+
# Finder: show hidden files by default
defaults write com.apple.Finder AppleShowAllFiles -bool true