Skip to content

Releases: mittelmark/x11-ttf-fonts

x11-ttf-fonts - version 0.1.0

07 Dec 08:58
Compare
Choose a tag to compare

x11-ttf-fonts

Shell scripts to install a few mono-spaced True Type fonts for older X11 applications.

This is the first release supporting linking existing system fonts and download and installing Anonymous Pro, Courier Prime, Dejavu Sans Mono, Source Code Pro and Ubuntu Mono fonts.

Usage for direct installation from the Repository:

To link local TTF files:

curl -fsSL https://github.com/mittelmark/x11-ttf-fonts/releases/latest/download/x11-ttf-fonts-install | bash

To install the five fonts mentioned above from the web if you do not have them available you can do:

curl -fsSL https://github.com/mittelmark/x11-ttf-fonts/releases/latest/download/x11-ttf-fonts-anonymous-pro | bash
curl -fsSL https://github.com/mittelmark/x11-ttf-fonts/releases/latest/download/x11-ttf-fonts-courier-prime | bash
curl -fsSL https://github.com/mittelmark/x11-ttf-fonts/releases/latest/download/x11-ttf-fonts-dejavu-sans-mono | bash
curl -fsSL https://github.com/mittelmark/x11-ttf-fonts/releases/latest/download/x11-ttf-fonts-source-code-pro | bash
curl -fsSL https://github.com/mittelmark/x11-ttf-fonts/releases/latest/download/x11-ttf-fonts-ubuntu | bash 

There after check your available fonts using xfontsel for instance like this:

xfontsel -pattern "*-r-*-m-*" -scaled

Alternatively you can as well download the install script manually check them locally and then run them.

x11-ttf-fonts - version 0.0.1

07 Dec 07:57
Compare
Choose a tag to compare

x11-ttf-fonts

Shell scripts to install a few mono-spaced True Type fonts for older X11 applications.

This is the initial release for testing.

Usage for direct installation from the Repository:

To link local TTF files:

curl -fsSL https://github.com/mittelmark/x11-ttf-fonts/releases/latest/download/x11-ttf-fonts-install | sh

To install the Ubuntu Mono font:

curl -fsSL https://github.com/mittelmark/x11-ttf-fonts/releases/latest/download/x11-ttf-fonts-ubuntu | sh

There after check your available fonts using xfontsel for instance like this:

xfontsel -pattern "*-r-*-m-*" -scaled

Alternatively you can as well download the install script manually check them locally and then run them.