Skip to content

Instantly share code, notes, and snippets.

@barbarbar338
Created August 24, 2025 11:13
Show Gist options
  • Select an option

  • Save barbarbar338/895d79413e56819c498aa6a39ca9e531 to your computer and use it in GitHub Desktop.

Select an option

Save barbarbar338/895d79413e56819c498aa6a39ca9e531 to your computer and use it in GitHub Desktop.
Install and use NerdFonts on Termux
  • Install dependencies: $ pkg install git make
  • cd into home folder: $ cd ~
  • Clone termux-nerd-install: $ git clone https://github.com/notflawffles/termux-nerd-install.git
  • cd into termux-nerd-install: $ cd termux-nerd-install
  • Build installer: $ make install
  • List available fonts: $ termux-nerd-installer list available
  • Select a font you want from the list. For example, I want to install fira-code to my termux.
  • Install font: $ termux-nerd-installer install fira-code
  • Use font: $ termux-nerd-installer set fira-code
  • Restart termux
  • Optional - Remove source files: $ cd ~ && rm -rf termux-nerd-install (Important note: This does not remove the termux-nerd-installer command so that you can use it again later)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment