Open
Description
A new install + upgrade script is available for Linux users. This script allows you automate the entire installation process for any Hack version, including upgrades over previous installed versions. It automates the following:
- pull release archive from Hack repository release by requested version number
- unpacking of the archive
- installation on the path
$HOME/.local/share/fonts
- clear and regeneration of your font cache
- display of the installed font paths
Available here: https://github.com/source-foundry/hack-linux-installer
If you have previously installed the fonts manually and did not use the above path, remove the installed fonts (manually, this is not included in the script) and create the above directory path if it is not present before you execute the script.
TODO:
- add to README documentation for Linux installs