File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 24
24
#!/usr/bin/env bash
25
25
set -eux
26
26
27
- nix build .#iosevka -mono-nerd -Lv
27
+ nix build .#ioshelfka -mono-nerd -Lv
28
28
29
29
# Contains fonts and a NerdFonts directory.
30
30
zip -9 -r iosevka-mono-nerd.zip ./result/share/fonts/truetype
Original file line number Diff line number Diff line change 2
2
3
3
[ Iosevka ] : https://typeof.net/Iosevka
4
4
5
- Home-baked [ Iosevka] builds created for personal use.
5
+ Home-baked [ Iosevka] builds created for personal use. Based on the FiraCode
6
+ template, with font tweaks from all font variants as I see fit.
6
7
7
8
| Preview |
8
9
| ------------------------------------ |
@@ -17,10 +18,23 @@ Home-baked [Iosevka] builds created for personal use.
17
18
- Ioshelfka Mono Nerdfont
18
19
- Ioshelfka Term Nerdfont
19
20
21
+ You may build any variant available in ` flake.nix ` using Nix.
22
+
20
23
``` bash
21
24
$ nix build github:notashelf/ioshelfka#ioshelfka-mono -Lv
22
25
```
23
26
27
+ Note that this enables parallel building by default, which will likely run your
28
+ system out of resources. Reconsider your life choices if this is a problem for
29
+ you.
30
+
31
+ ## Installing
32
+
33
+ Nix users may access the package directly from the flake outputs.
34
+
35
+ Non-nix users might want to try their luck with GitHub releases, which gets
36
+ fresh builds of the fonts whenever I release a tag.
37
+
24
38
## Credits
25
39
26
40
[ @viperML ] : https://github.com/viperML
You can’t perform that action at this time.
0 commit comments