https://github.com/notashelf/ioshelfka
Home-baked Iosevka builds, with Nix.
https://github.com/notashelf/ioshelfka
font iosevka nerdfont
Last synced: about 1 month ago
JSON representation
Home-baked Iosevka builds, with Nix.
- Host: GitHub
- URL: https://github.com/notashelf/ioshelfka
- Owner: NotAShelf
- License: mit
- Created: 2025-01-11T17:26:24.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-26T13:08:08.000Z (3 months ago)
- Last Synced: 2025-03-10T03:55:35.948Z (about 2 months ago)
- Topics: font, iosevka, nerdfont
- Language: Nix
- Homepage:
- Size: 52.7 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ioshelfka
[Iosevka]: https://typeof.net/Iosevka
Home-baked [Iosevka] builds created for personal use. Based on the FiraCode
template, with font tweaks from all font variants as I see fit.| Preview |
| ------------------------------------ |
|  |## Building
4 packages are provided by the flake.
- Ioshelfka Mono
- Ioshelfka Term
- Ioshelfka Mono Nerdfont
- Ioshelfka Term NerdfontYou may build any variant available in `flake.nix` using Nix.
```bash
$ nix build github:notashelf/ioshelfka#ioshelfka-mono -Lv
```Note that this enables parallel building by default, which will likely run your
system out of resources. Reconsider your life choices if this is a problem for
you.## Installing
Nix users may access the package directly from the flake outputs.
Non-nix users might want to try their luck with GitHub releases, which gets
fresh builds of the fonts whenever I release a tag.## Credits
[@viperML]: https://github.com/viperML
[custom Iosevka build]: https://github.com/viperML/iosevka/
[build guide]: https://github.com/be5invis/Iosevka/blob/main/doc/custom-build.mdThe build process is partially inspired by [@viperML]'s [custom Iosevka build].
Additionally, the [Iosevka customizer](https://typeof.net/Iosevka/customizer)
and the [build guide] found in the Iosevka repository have been very valuable
resources. Thank you!