sebastiencs / icons-in-terminal

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

directory wrong icon #29

Open wojciechGaudnik opened 3 years ago

wojciechGaudnik commented 3 years ago

I have a problem with these icons, is there a way to config this by my self? I have installed ls-icons image

har5ha commented 3 years ago

Use --> ./print_icons.sh --names to get a list of all the names of icon/glyph(s) Also Refer to [ ~/.local/share/icons-in-terminal/icons_bash.sh ] to get corresponding "\ueXXX" codes Modify --> icons-in-terminal.h in "src" folder to remap them to "new" icon/glyph(s) After Modifying the [icons-in-terminal.h] --> Reinstall ls-icons

$ ./bootstrap $ export CFLAGS=-DNO_TRUE_COLOURS=1 # Execute this line only if your terminal doesn't support true colours $ export CC=clang CXX=clang++ $ ./configure --prefix=/opt/coreutils $ make $ make install $ /opt/coreutils/bin/ls