All Projects → source-foundry → Hack Linux Installer

source-foundry / Hack Linux Installer

Licence: mit
Install and upgrade the Hack typeface on the Linux platform

Programming Languages

shell
77523 projects
hack
652 projects

Projects that are alternatives of or similar to Hack Linux Installer

Hack Windows Installer
A Windows installer for the Hack typeface
Stars: ✭ 552 (+3842.86%)
Mutual labels:  installer, font
fontster
Font installer for Android.
Stars: ✭ 33 (+135.71%)
Mutual labels:  font, installer
Cfonts
Sexy fonts for the console
Stars: ✭ 789 (+5535.71%)
Mutual labels:  font
Ultramodernui
The Ultra-Modern User Interface is a new interface with a style like the most recent installers for NSIS 3 (Nullsoft Scriptable Install System), the tool that allows programmers to create such installers for Windows.
Stars: ✭ 25 (+78.57%)
Mutual labels:  installer
Zpix Pixel Font
Zpix (最像素) is a pixel font supporting English, Traditional Chinese, Simplified Chinese and Japanese.
Stars: ✭ 916 (+6442.86%)
Mutual labels:  font
Scientifica
tall, condensed, bitmap font for geeks.
Stars: ✭ 821 (+5764.29%)
Mutual labels:  font
Fontmoa
Simple Font Manager for Cross Platform
Stars: ✭ 23 (+64.29%)
Mutual labels:  font
Glow Sans
SHSans-derived CJK font family with a more concise & modern look. 未来荧黑·未來熒黑·ヒカリ角ゴ:基于思源黑体改造,拥有粗度和宽度系列,更加简明现代的超大字体家族。
Stars: ✭ 762 (+5342.86%)
Mutual labels:  font
Tiny Composer Installer
Small, auditable Composer installer, well suited for automated environments.
Stars: ✭ 9 (-35.71%)
Mutual labels:  installer
Emojione Color Font
End of Life. Switch to https://github.com/eosrei/twemoji-color-font
Stars: ✭ 899 (+6321.43%)
Mutual labels:  font
Websafe Font
🍻 attribute collection of reading friendly websites
Stars: ✭ 23 (+64.29%)
Mutual labels:  font
Swizzin
A simple, modular seedbox solution
Stars: ✭ 888 (+6242.86%)
Mutual labels:  installer
Npm Font Open Sans
npm package of Open Sans (incl. CSS/LESS/SCSS)
Stars: ✭ 6 (-57.14%)
Mutual labels:  font
Ufodiff
UFO source file diff application
Stars: ✭ 23 (+64.29%)
Mutual labels:  font
Android Robototextview
Implementation of a TextView and all its direct/indirect subclasses with native support for the Roboto fonts, includes the brand new Roboto Slab fonts.
Stars: ✭ 791 (+5550%)
Mutual labels:  font
Cozette
A bitmap programming font optimized for coziness 💜
Stars: ✭ 935 (+6578.57%)
Mutual labels:  font
Displaylink Debian
DisplayLink driver installer for Debian and Ubuntu based Linux distributions.
Stars: ✭ 768 (+5385.71%)
Mutual labels:  installer
Openwebicons
A font!
Stars: ✭ 835 (+5864.29%)
Mutual labels:  font
P5 Hershey Js
p5.js Hershey Vector Font Library
Stars: ✭ 23 (+64.29%)
Mutual labels:  font
Kepler
Futuristic / minimal monospace typeface.
Stars: ✭ 9 (-35.71%)
Mutual labels:  font

Hack font installer for Linux

Build Status

An install and upgrade script for the Hack typeface on the Linux platform

The hack-linux-installer.sh shell script installs fonts from the Hack typeface repository at a requested release version number on the Linux platform. This script can be used for initial font installs and upgrades to new versions (or downgrades if ever necessary).

Download and modify permissions

$ curl -L -O https://raw.githubusercontent.com/source-foundry/hack-linux-installer/master/hack-linux-installer.sh
$ chmod +x hack-linux-installer.sh

Usage

$ ./hack-linux-installer.sh [VERSION]

Define the version number with the format vX.XXX. You must use a lowercase v followed by the version number string that is used in the repository releases.

For example, install Hack v3.003 with the following command:

$ ./hack-linux-installer.sh v3.003

Alternatively, you can use the installer to install the latest version like so:

$ ./hack-linux-installer.sh latest

What it does

  • The release archive is pulled from the repository release
  • The release archive is unpacked
  • The fonts are installed on the path $HOME/.local/share/fonts
  • The font cache is cleared and regenerated
  • fc-list | grep "Hack" is executed to display the installed font paths. You should see expected install filepaths with this command.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].