Home

Awesome

getnf-logo

getnf - Get Nerd Fonts

<!-- [![getnf](https://img.shields.io/github/v/release/getnf/getnf?style=flat-square)](https://github.com/getnf/getnf/releases/latest) -->

getnf getnf getnf getnf

Easily install Nerd Fonts from the terminal.

image

Supported Platforms

getnf is supported on macOS and Linux.

Requirements

Installation

Make sure that ~/.local/bin is in your PATH.

Run

curl -fsSL https://raw.githubusercontent.com/getnf/getnf/main/install.sh | bash

to install the latest version of getnf, or install the latest release with

curl -fsSL https://raw.githubusercontent.com/getnf/getnf/main/install.sh | bash -s -- --tag=v0.1.0

You can suppress the installation output with the flag --silent or -s:

curl -fsSL https://raw.githubusercontent.com/getnf/getnf/main/install.sh | bash -s -- --silent

Packages

On Arch Linux you can install getnf from the AUR:

paru -S getnf

Usage

Run getnf to show the font menu.

There are several flags available:

FlagDescription
-hShow the help message
-kKeep the downloaded font archives
-aInclude installed Nerd Fonts in the menu
-gInstall/Uninstall/List/Update Nerd Fonts for all users
-lList installed Nerd Fonts
-LList all Nerd Fonts
-fSelect and install Nerd Fonts using fzf
-i <font>Directly install a specified Nerd Font
-i <name1>,<name2>,<br> -i "<name1> <name2>"Directly install multiple Nerd Fonts
-u <font>Uninstall a specified Nerd Font
-u <name1>,<name2>,<br> -u "<name1> <name2>"Uninstall multiple Nerd Fonts
-UUpdate all installed Nerd Fonts
-VPrint the current version of getnf

You can get the exact names of the fonts to use with -i and -u from getnf -L.

Enjoy!

Notes

In case you can't see newly installed fonts in your application, you may need to update the font cache with

fc-cache