Add desktop icon commands
This commit is contained in:
parent
457f3825d1
commit
a5b9df8611
11
README.md
11
README.md
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user