diff --git a/README.md b/README.md index 1858cd6..958d69d 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ If you want to contribute, you are highly encouraged to do so. Please read the [ - [Finder](#finder) - [Files and Folders](#files-and-folders) - [Layout](#layout) + - [Metadata Files](#metadata-files) - [Opening Things](#opening-things) - [Fonts](#fonts) - [Hardware](#hardware) @@ -370,6 +371,19 @@ Sets size to 'medium'. ```bash defaults write NSGlobalDomain NSTableViewDefaultSizeMode -int 2 ``` +### Metadata Files + +#### Disable Creation of Metadata Files on Network Volumes +Disables creation of .DS_Store and ._filename files. +```bash +defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true +``` + +#### Disable Creation of Metadata Files on USB Volumes +Disables creation of .DS_Store and ._filename files. +```bash +defaults write com.apple.desktopservices DSDontWriteUSBStores -bool true +``` ### Opening Things