nitch
nitch copied to clipboard
Some Nerdfont icons not appearing.
I am using the JetBrains Mono Nerdfont.
Here's the font part of my alacritty config:
`font:
normal:
family: JetBrainsMono Nerd Font Mono
style: Regular
bold: family: JetBrainsMono Nerd Font Mono style: Bold
italic: family: JetBrainsMono Nerd Font Mono style: Italic`
I have the same issue with Iosevka Nerd Font
same here with hermit nerd
Its possible you are either using an old version of nitch or an old version of nerd fonts. Nerd fonts v3.0.0 had some breaking changes. I recently made a PR (#41) that replaced the old characters with the new ones. I would guess that updating either nitch or your font would fix the issue
the icons show up if i clone the git repo and nano the drawing.nim file (though i couldn't build from there because it required nim 1.6.6, but the latest available for me was 1.6.0)
so the setup.sh might be at fault here?
the icons show up if i clone the git repo and nano the drawing.nim file (though i couldn't build from there because it required nim 1.6.6, but the latest available for me was 1.6.0)
so the setup.sh might be at fault here?
I'm having the same issue and no matter what I try to do I cant seem to fit it. You may be right about the setup.sh
The setup.sh installs the old version of nitch. Follow the build instructions in the readme.md and then move the built executible to /usr/local/bin and run it. Everything looks great for me now