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)
|
- [Finder](#finder)
|
||||||
- [Files and Folders](#files-and-folders)
|
- [Files and Folders](#files-and-folders)
|
||||||
- [Layout](#layout)
|
- [Layout](#layout)
|
||||||
|
- [Metadata Files](#metadata-files)
|
||||||
- [Opening Things](#opening-things)
|
- [Opening Things](#opening-things)
|
||||||
- [Fonts](#fonts)
|
- [Fonts](#fonts)
|
||||||
- [Hardware](#hardware)
|
- [Hardware](#hardware)
|
||||||
@ -370,6 +371,19 @@ Sets size to 'medium'.
|
|||||||
```bash
|
```bash
|
||||||
defaults write NSGlobalDomain NSTableViewDefaultSizeMode -int 2
|
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
|
### Opening Things
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user