From 717c04a2333b66fa5c762b09e718efdaecf69310 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Thu, 15 Oct 2015 01:54:13 +0200 Subject: [PATCH] Restructure Finder category --- README.md | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8226124..a235947 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ If you want to contribute, you are highly encouraged to do so. Please read the [ - [Disks and Volumes](#disks-and-volumes) - [Documents](#documents) - [Finder](#finder) + - [Files and Folders](#files-and-folders) + - [Icons](#icons) - [Fonts](#fonts) - [Hardware](#hardware) - [Hardware Information](#hardware-information) @@ -242,15 +244,7 @@ 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 -``` +### Files and Folders #### Hide Folder in Finder ```bash @@ -272,6 +266,18 @@ defaults write com.apple.finder AppleShowAllFiles false chflags nohidden ~/Library ``` +### Icons + +#### 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 +``` + ## Fonts