sebastiencs / icons-in-terminal

Use any fonts in the terminal without replacing or patching
MIT License
1k stars 46 forks source link

No Icons #52

Open trueblooda opened 1 year ago

trueblooda commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

@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 commented 11 months ago

Same issue here: MacOS 14.0 (23A344)

Installed Nerd Fonts with brew image

ed9w2in6 commented 11 months ago

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: https://github.com/sebastiencs/icons-in-terminal/issues/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