Universal BlueUB
Universal Blue3y ago
146 replies
Arcitec

Alright

Alright:

./font-nexus -h
Font-Nexus [https://github.com/Arcitec/font-nexus]

Usage: "./font-nexus" [ARGS]

Available arguments:
  -b         Perform a clean build before the installation.
  -i         Install the fonts (system-wide by default, unless modified by another flag).
  -l         Install to local home-path (~/.local/share/fonts) instead.
  -p <path>  Install to custom path instead (a "font-nexus" sub-dir is automatically created).
  -h         Display help.


So if you wanted to add it to your local user if it wasn't part of your custom uBlue image, you could just do ./font-nexus -b -l now (to use the standardized ~/.local/share/fonts path), or ./font-nexus -b -p ~/.fonts if you like the old-school path.

This is sure to make @j0rge more happy, since it provides a method to add them to existing systems without modifying the uBlue images. ❤️ 🧐

Edit: There's now a release zip for easier downloading without having to clone the repo (https://github.com/Arcitec/font-nexus/releases/latest).
Was this page helpful?