Skip to content

yumiaura/3270NerdFont

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Quick install for 3270NerdFont

image image

  • Original Font Name: IBM 3270
  • Version: 3.0.1
  • Info: Derived from the x3270 font, a modern format of a font with high nostalgic value

Install using curl

curl -fsSL https://raw.githubusercontent.com/yumiaura/3270NerdFont/main/install.sh | bash -s --

Or using wget

wget -qO- https://raw.githubusercontent.com/yumiaura/3270NerdFont/main/install.sh | bash -s --

Install for all users

curl -fsSL https://raw.githubusercontent.com/yumiaura/3270NerdFont/main/install.sh | sudo bash -s -- -t /usr/share/fonts/3270NerdFont

If you have cloned this repository, run the local script instead to avoid that issue:

git clone https://github.com/yumiaura/3270NerdFont.git
cd ./3270NerdFont
./install.sh -n
./install.sh -t /usr/share/fonts/3270NerdFont

This script downloads specified font files from the repository raw URL and installs them into a user font directory.

File: install.sh (also available at https://raw.githubusercontent.com/yumiaura/3270NerdFont/main/install.sh)

Features:

  • Downloads font files from GitHub repository.
  • Installs them into ~/.fonts/3270NerdFont/ by default (changeable with -t).
  • Updates the font cache using fc-cache.
  • Supports dry-run (-n) and force overwrite (-f).

If you run install.sh without arguments, the script will look into the local fonts/ directory next to the script and download the same filenames from the remote repository automatically.

About

Quick install for 3270NerdFont

Resources

Stars

Watchers

Forks

Languages