Merge pull request #13 from Hummer12007/patch-5
Add commands to manage metadata file creation
This commit is contained in:
commit
29e9fd62e5
14
README.md
14
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user