Sorting and aesthetic fixes for PR #3
This commit is contained in:
parent
d3d824665b
commit
c3fd7b71e5
25
README.md
25
README.md
@ -27,7 +27,7 @@ If you want to contribute, you are highly encouraged to do so. Please read the [
|
|||||||
- [Finder](#finder)
|
- [Finder](#finder)
|
||||||
- [Files and Folders](#files-and-folders)
|
- [Files and Folders](#files-and-folders)
|
||||||
- [Icons](#icons)
|
- [Icons](#icons)
|
||||||
- [Open](#open)
|
- [Opening Things](#opening-things)
|
||||||
- [Fonts](#fonts)
|
- [Fonts](#fonts)
|
||||||
- [Hardware](#hardware)
|
- [Hardware](#hardware)
|
||||||
- [Hardware Information](#hardware-information)
|
- [Hardware Information](#hardware-information)
|
||||||
@ -289,17 +289,7 @@ defaults write com.apple.finder CreateDesktop -bool false && killall Finder
|
|||||||
defaults write com.apple.finder CreateDesktop -bool true && killall Finder
|
defaults write com.apple.finder CreateDesktop -bool true && killall Finder
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Opening Things
|
||||||
## Fonts
|
|
||||||
|
|
||||||
#### Clear Font Cache for Current User
|
|
||||||
To clear font caches for all users, put `sudo` in front of this command.
|
|
||||||
```bash
|
|
||||||
atsutil databases -removeUser && atsutil server -shutdown && atsutil server -ping
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
## Open
|
|
||||||
|
|
||||||
#### Open Url
|
#### Open Url
|
||||||
```bash
|
```bash
|
||||||
@ -312,7 +302,7 @@ open README.md
|
|||||||
```
|
```
|
||||||
|
|
||||||
#### Open Applications
|
#### Open Applications
|
||||||
You can open applications using -a
|
You can open applications using `-a`.
|
||||||
```bash
|
```bash
|
||||||
open -a "Google Chrome" http://www.github.com
|
open -a "Google Chrome" http://www.github.com
|
||||||
```
|
```
|
||||||
@ -328,6 +318,15 @@ open .
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## Fonts
|
||||||
|
|
||||||
|
#### Clear Font Cache for Current User
|
||||||
|
To clear font caches for all users, put `sudo` in front of this command.
|
||||||
|
```bash
|
||||||
|
atsutil databases -removeUser && atsutil server -shutdown && atsutil server -ping
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Hardware
|
## Hardware
|
||||||
|
|
||||||
### Hardware Information
|
### Hardware Information
|
||||||
|
Loading…
Reference in New Issue
Block a user