Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/notashelf/ioshelfka
Home-baked Iosevka builds, with Nix.
https://github.com/notashelf/ioshelfka
font iosevka nerdfont
Last synced: 13 days 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 (24 days ago)
- Default Branch: main
- Last Pushed: 2025-01-20T15:20:56.000Z (15 days ago)
- Last Synced: 2025-01-20T16:27:17.665Z (15 days ago)
- Topics: font, iosevka, nerdfont
- Language: Nix
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- 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 |
| ------------------------------------ |
| ![](.github/assets/mono_preview.png) |## 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!