Logos not displaying properly
OliverEvans96 opened this issue · comments
I'm getting the same thing as posted on ^ reddit (https://ibb.co/8NrQ6Ks) -- I imagine I'm missing some font or something? (Stock Ubuntu 20.04 terminal)
The screenshots in the readme have a much fancier shell than mine; will this not work with bash? A Requirements section would be helpful I think.
In order to get icons on the terminal nerd fonts are required. Basically Nerd Fonts patches your current font i.e., the last few unicode points (approx 2,824 out of 143,859) in the font are replaced with nerdy icons.
The list of already patched fonts is given here, just choose a font from it, install it and change the terminal font to that font (restarting of terminal may be required).
You can also patch a font if you can't find your favorite font in the list.
Some Platform dependent Instuctions:
-
Prefer not to use Nerd-font AUR:
Don't use Nerd-fonts Complete AUR, it downloads all patched fonts available which is not what is required. You just need one font or you can patch your own font if you cant find it in the nerd-font repository.There are some single font Nerd-font AURs like for DejaVo, Fira Code, Go Mone which can be used the list of available AUR packages is given here
-
Using Homebrew Fonts on MacOS:
All fonts are available via Homebrew Cask Fonts on macOS (OS X). For more detail see here
I'm facing the same issue on Ubuntu 22.04 LTS. I downloaded the fonts available on Nerdfonts, extracted them to the corresponding folder, and applied the font-patcher provided by Nerdfonts. I updated the cache, restarted the terminal, but it didn't resolve the issue.
Same thing!
I Also have the same issue, I'm currently using Cascadia Code.
Seems like it could be something to do with Ubuntu on wsl.
I have the same issue.
I Also have the same issue, I'm currently using Cascadia Code. Seems like it could be something to do with Ubuntu on wsl.
Nope, I did the same steps on my Linux VM, and the issue still exists!
Ok, this code fix has resolves my issue:
#49