Restructure Finder category
This commit is contained in:
parent
6f96d78449
commit
717c04a233
24
README.md
24
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)
|
- [Disks and Volumes](#disks-and-volumes)
|
||||||
- [Documents](#documents)
|
- [Documents](#documents)
|
||||||
- [Finder](#finder)
|
- [Finder](#finder)
|
||||||
|
- [Files and Folders](#files-and-folders)
|
||||||
|
- [Icons](#icons)
|
||||||
- [Fonts](#fonts)
|
- [Fonts](#fonts)
|
||||||
- [Hardware](#hardware)
|
- [Hardware](#hardware)
|
||||||
- [Hardware Information](#hardware-information)
|
- [Hardware Information](#hardware-information)
|
||||||
@ -242,15 +244,7 @@ textutil -convert html file.ext
|
|||||||
|
|
||||||
## Finder
|
## Finder
|
||||||
|
|
||||||
#### Hide All Desktop Icons
|
### Files and Folders
|
||||||
```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
|
#### Hide Folder in Finder
|
||||||
```bash
|
```bash
|
||||||
@ -272,6 +266,18 @@ defaults write com.apple.finder AppleShowAllFiles false
|
|||||||
chflags nohidden ~/Library
|
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
|
## Fonts
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user