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.
- Host: GitHub
- URL: https://github.com/sjoerdev/iosevka-installer
- Owner: sjoerdev
- Created: 2025-07-16T14:57:29.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-12-23T11:40:08.000Z (5 months ago)
- Last Synced: 2025-12-25T01:27:28.757Z (5 months ago)
- Topics: automation, font, installer, iosevka
- Language: C#
- Homepage: https://sjoerdev.github.io/
- Size: 9.77 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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``