You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: readme.md
+21-21
Original file line number
Diff line number
Diff line change
@@ -25,25 +25,26 @@ The following flow diagram shows the current glyph sets included:
25
25
</p>
26
26
<sub><i>Diagram created using <ahref="http://sankeymatic.com/"title="SankeyMATIC (BETA): A Sankey diagram builder for everyone">@SankeyMATIC</a></i></sub>
27
27
28
+
## TL;DR
29
+
Nerd Fonts takes popular programming fonts and adds a bunch of Glyphs.
30
+
There is also a [font patcher](#font-patcher) available if your desired font isn't already patched.
31
+
For more high level information see the [wiki][wiki]. If you are looking for the Vim plugin see [VimDevIcons ➶][vim-devicons].
28
32
29
-
## Important Notices
30
-
*`master` branch file paths are **not** considered stable. [Verify your repository URI references](#unstable-file-paths)
31
-
* cloning this repository is **not** recommended ([due to Repo size](#option-7-clone-the-repo)) unless you are going to be [contributing to development](#contributing)
32
-
33
+
*`master` branch file paths are **not** considered stable. Verify your repository [URI references](#unstable-file-paths). Use links to the release archives if possible.
34
+
* Cloning this repository is **not** recommended ([due to Repo size](#option-7-clone-the-repo)) unless you are going to be [contributing to development](#contributing).
[Chocolatey or Scoop](#option-3-unofficial-chocolatey-or-scoop-repositories)
43
+
[Arch](#option-4-arch-extra-repository)
44
+
[Curl](#option-5-ad-hoc-curl-download)
45
+
[Install Script](#option-6-install-script)
46
+
[Clone Repo](#option-7-clone-the-repo)
47
+
[Selfpatch](#option-8-patch-your-own-font)
47
48
48
49
[**Features**](#features)
49
50
*[**Glyph/Icon sets**](#glyph-sets)
@@ -65,11 +66,6 @@ The following flow diagram shows the current glyph sets included:
65
66
*[**License**](#license)
66
67
67
68
68
-
## TL;DR
69
-
Nerd Fonts takes popular programming fonts and adds a bunch of Glyphs.
70
-
There is also a [font patcher](#font-patcher) available if your desired font isn't already patched.
71
-
For more high level information see the [wiki][wiki]. If you are looking for the Vim plugin see [VimDevIcons ➶][vim-devicons].
72
-
73
69
### Various Download Options for Fonts
74
70
75
71
_If you..._
@@ -375,6 +371,8 @@ Patching the font of your own choosing:
375
371
```
376
372
377
373
* Use docker
374
+
The patcher's docker image is on [dockerhub][docker]. Note that the _About_ page with manual there is outdated;
375
+
refer to the instructions given here.
378
376
* Default parallel tasks
379
377
```
380
378
docker run --rm -v /path/to/fonts:/in:Z -v /path/for/output:/out:Z nerdfonts/patcher [OPTIONS]
@@ -392,7 +390,7 @@ Patching the font of your own choosing:
392
390
> [!NOTE]
393
391
> The resulting font's family (aka font name) will be set to the original family after CamelCasing, removing whitespace and appending ` Nerd Font`. For example, `iosevka term` would become `IosevkaTerm Nerd Font`.
394
392
395
-
Full options follow, see also [**page explaining all options**](https://github.com/ryanoasis/nerd-fonts/wiki/ScriptOptions):
393
+
Full options follow, see also [**page explaining all options**][scriptoptions]:
396
394
397
395
```
398
396
Nerd Fonts Patcher v3.1.0-6 (4.8.1) (ff 20230101)
@@ -645,6 +643,8 @@ Link References
645
643
[coc]:https://github.com/ryanoasis/nerd-fonts/blob/-/code_of_conduct.md"Contributor Covenant Code of Conduct"
0 commit comments