nerd-fonts/_posts/2017-01-03-downloads.md
Fini Jastrow f2a8569a0a Correct Arch links
See also #1087

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-01-30 08:48:18 +01:00

2.5 KiB

title short_title bg color fa-icon page
Fonts Downloads Fonts #1E5D8A white download font-downloads

Downloads

{% for font in site.data.fonts.fonts %}
{% assign upN = font.unpatchedName | split: " " | join: "" %} {% assign pN = font.patchedName | split: " " | join: "" %} {% if font.RFN == true or upN != pN %}
• {% if font.RFN == true %}Reserved{% else %}Original{% endif %} Font Name: {{ font.unpatchedName }}
{% endif %}
• Info: {{ font.description }}
Download {% if font.linkPreviewFont != false %} Preview on ProgrammingFonts.org {% endif %}
{% endfor %}

Other Download & Install Options

Homebrew

brew tap homebrew/cask-fonts &&
brew install --cask font-<FONT NAME>-nerd-font

:// curl

```sh curl -fLo " Nerd Font Complete.otf" \ https://github.com/ryanoasis/nerd-fonts/raw/HEAD/patched-fonts//complete/%20Nerd%20Font%20Complete.otf ```

Bash Install Script

```sh ./install.sh ```

Arch Community Repository