Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken fonts on Alacritty #155

Closed
tsuza opened this issue Aug 11, 2024 · 3 comments
Closed

Broken fonts on Alacritty #155

tsuza opened this issue Aug 11, 2024 · 3 comments

Comments

@tsuza
Copy link

tsuza commented Aug 11, 2024

Describe the bug

Broken symbols ( probably missing symbols ) on Alacritty after installing both Alacritty and the bash config file from linutil. Latest version at the time of writing.

To Reproduce

Steps to reproduce the behavior:

  1. Open linutil
  2. Applications Setup > Alacritty Setup & Bash Prompt Setup
  3. Open alacritty

Expected behavior

It should show the correct symbols, symbols that we can see on Chris' videos. Kitty works just fine though.

Screenshots

2024-08-11_14-47

Additional context

I've read mixed things about this issue. Some people say that nerd fonts, which is used by the config of this script, are not supported on Alacritty. Elsewhere I read that it should work.

Nevertheless, whether the issue is due to Alacritty or not, the script should provide a good user experience, so I think that something could be done. [ Hopefully this is not taken the wrong way, not trying to be mean :P ]

@RazoBeckett
Copy link
Contributor

The issue is that the bash prompt script installs the FiraCode Nerd Font by default, but Alacritty is set to use the MesloLGS Nerd Font. I’ve created a PR that might fix this issue. In the meantime, I suggest either downloading the MesloLGS Nerd Font from the Nerd Fonts Website or installing the FiraCode Nerd Font from the same website and updating the font in your Alacritty config, depending on your preference.

@tsuza
Copy link
Author

tsuza commented Aug 14, 2024

The issue is that the bash prompt script installs the FiraCode Nerd Font by default, but Alacritty is set to use the MesloLGS Nerd Font. I’ve created a PR that might fix this issue. In the meantime, I suggest either downloading the MesloLGS Nerd Font from the Nerd Fonts Website or installing the FiraCode Nerd Font from the same website and updating the font in your Alacritty config, depending on your preference.

Yep, perfect, it works now. Thanks!

@RazoBeckett
Copy link
Contributor

@tsuza well as your issue is solved you can close this issue ... thanks!

@tsuza tsuza closed this as completed Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants