zellij
zellij copied to clipboard
Missing Nerd Font ???
Hi, quick question,
OS ubuntu
version: zellij 0.40.1
Error:
Im getting missing icons and I understand I probrobably have one or more missing nerd font but I dont know which one can someone tell me which one/s do I need to install to fix the issue?
I already tried this zellij options --simplified-ui true but its kind of a hazzle everytime I have to launch it
an improvement would be to check if the font is installed or not and tell you which one are missing and where to find them etc.
Thanks for the help :)
Did you install any nerd fonts?
Hi, thanks for your reply, I have not becaue nerf font has almost a hundred of megs/gigs of fonts and I dont think I just want to install the fonts required and not every nerd font under the sun just for icons.
Heres a reference: https://github.com/ryanoasis/nerd-fonts/releases/tag/v3.2.1/
https://www.nerdfonts.com/font-downloads
thanks for your reply.
@Darkcast try this project to install your nerd-font? https://github.com/getnf/getnf
@Darkcast try this project to install your nerd-font? https://github.com/getnf/getnf
Thanks for the post but this doest really help me since I need to know which nerd font to install, I dont want to intall all of them just to get icons ot work
Thanks again for the post
Hey there, hate to necropost, but you can select your preferred font out of this list. You only need one, so select whatever tickles your fancy :3
You can install it by following these steps:
- Download the font from the page I linked
- Unzip it, either by using your installed graphical archive manager, or using the unzip command-line tool, installable with
sudo apt install unzip(example usage:unzip 0xProto.zip) - In a terminal,
cdinto the directory containing the fonts (example:cd ~/Downloads/0xProto) - Copy fonts to your
~/.fontsdirectory, creating it if it doesn't exist:mkdir ~/.fonts && cp *.ttf ~/.fonts - Reload your font cache:
fc-cache -fv
edit: we can probably close this issue now, if any of the maintainers are seeing this
The simplest solution without touching fonts is in its configuration file ~/.config/zellij/config.kdl :
after install font,you should change font in terminal perference which you install.
installing https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/FiraCode.tar.xz works for me