Skip to content

aseeralfaisal/.nerd-fonts-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

Nerd Font Installer & Shell Alias Configurator

This tool helps you to list, choose, and install fonts from Nerd Fonts.

image

Usage

Run the installer script from the folder .nerd-fonts-cli:

chmod +x install.sh && ./install.sh

Run to .config script that sets up alias

nerd-fonts 

in your .zshrc or .bashrc to quickly install your favorite fonts.

Procedure:

  • Fonts are displayed in a numbered list.

  • You choose the number of the font you'd like to install.

  • The tool downloads the corresponding .zip from Nerd Fonts GitHub releases.

  • Font is extracted and installed to ~/.fonts.

After installation, restart your terminal or run:

for zsh

source ~/.zshrc 

for bash

source ~/.bashrc

Font Install Location

Fonts are installed into:

cd ~/.fonts

Uninstall

To remove an installed font, just delete it from ~/.fonts, and remove the alias line from your shell config file.

Clear the cache:

fc-cache -f -v 

About

Script to install desired font

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages