Add desktop icon commands

This commit is contained in:
Marcel Bischoff 2015-10-15 01:50:32 +02:00
parent 457f3825d1
commit a5b9df8611

View File

@ -242,6 +242,16 @@ textutil -convert html file.ext
## Finder
#### Hide All Desktop Icons
```bash
defaults write com.apple.finder CreateDesktop -bool false && killall Finder
```
#### Show All Desktop Icons
```bash
defaults write com.apple.finder CreateDesktop -bool true && killall Finder
```
#### Hide folder in Finder
```bash
chflags hidden /path/to/folder/
@ -262,6 +272,7 @@ defaults write com.apple.finder AppleShowAllFiles false
chflags nohidden ~/Library
```
## Fonts
#### Clear Font Cache for Current User