From 4e225e2fcf007425737ce9107922fa174c6e3621 Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Mon, 30 Jan 2023 08:59:21 +0100 Subject: [PATCH] Center install hints [why] Mixing left and center aligned elements looks always very bad. Signed-off-by: Fini Jastrow --- _posts/2017-01-03-downloads.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/_posts/2017-01-03-downloads.md b/_posts/2017-01-03-downloads.md index 8de5dedf52..b5e4c2b2d6 100644 --- a/_posts/2017-01-03-downloads.md +++ b/_posts/2017-01-03-downloads.md @@ -34,25 +34,28 @@ page: font-downloads

Other Download & Install Options

Homebrew

- +
```sh brew tap homebrew/cask-fonts && brew install --cask font--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

Search [Nerd Fonts Packages](https://archlinux.org/packages/?sort=&repo=Community&q=-nerd) or some special packages in [AUR](https://aur.archlinux.org/packages?K=nerd-fonts-&outdated=off)