- 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
curl -fsSL https://raw.githubusercontent.com/yumiaura/3270NerdFont/main/install.sh | bash -s --
wget -qO- https://raw.githubusercontent.com/yumiaura/3270NerdFont/main/install.sh | bash -s --
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.