diff --git a/README.md b/README.md index 68b573e..8fb905b 100644 --- a/README.md +++ b/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