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

No Icons #52

Open
trueblooda opened this issue Nov 14, 2022 · 4 comments
Open

No Icons #52

trueblooda opened this issue Nov 14, 2022 · 4 comments

Comments

@trueblooda
Copy link

On Mac Ventura. I did ./install.sh then print icons and this is just one section of what it prints out
Screenshot 2022-11-14 at 12 53 57 AM
Im using nerd fonts hacked but still can't get any icons. Im using the Warp terminal with fish as the main shell.

@davymartins
Copy link

On Mac Ventura. I did ./install.sh then print icons and this is just one section of what it prints out
Screenshot 2022-11-14 at 12 53 57 AM
Im using nerd fonts hacked but still can't get any icons. Im using the Warp terminal with fish as the main shell.

Me too

@trueblooda
Copy link
Author

@davymartins A temporary fix to this is to use zsh edit your .zshrc and install zsh-autocomplete here. https://github.com/marlonrichert/zsh-autocomplete that will make zshell like fish and your icons should work. I would also look up lsd(ls deluxe if you like your icons)

@Drew-Daniels
Copy link

Drew-Daniels commented Oct 14, 2023

Same issue here:
MacOS 14.0 (23A344)

Installed Nerd Fonts with brew
image

@ed9w2in6
Copy link

This be this project still works, you just have to setup properly:
image

The instructions for macos are in the very first issue for this Github repo!
Please try to search for similar issues in order to avoid duplication: #1

In short, for macos does not follow unix standard completely so besides the unix fontconfig you'll have to install it to Apple's font book to ensure it to work across all applications.
That is to double click the font to install it.

Also try to refresh the font cache: fc-cache -f -v

You must also make sure that your application supports the said fallback mechanism.
Personally I used to use it on kitty and I configure sth like this: symbol_map U+E000-U+EEA0 icons-in-terminal

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

4 participants