From a5b9df86112f47c08d76a5e534c1b22b6c67c4c2 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Thu, 15 Oct 2015 01:50:32 +0200 Subject: [PATCH] Add desktop icon commands --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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