An open API service indexing awesome lists of open source software.

https://github.com/sjoerdev/iosevka-installer

This is a command line tool for installing the iosevka font on windows automatically.
https://github.com/sjoerdev/iosevka-installer

automation font installer iosevka

Last synced: 4 months ago
JSON representation

This is a command line tool for installing the iosevka font on windows automatically.

Awesome Lists containing this project

README

          

# Iosevka Installer
This is a command line tool for auto installing [Iosevka](https://typeof.net/Iosevka/) for automation.

## Building:
- Download .NET 9 if you havent already: https://dotnet.microsoft.com/en-us/download
- Run this command to build the binary: ``dotnet publish -c release -o ./``

## Usage:
- This command to install the font: ``sudo iosevka.exe install``
- This command to uninstall the font: ``sudo iosevka.exe uninstall``