sebastiencs / icons-in-terminal

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

Fix fc-list error incurred while running install.sh #28

Open rhdxmr opened 4 years ago

rhdxmr commented 4 years ago

fc-list printed error message because it tried parsing incomplete 30-icons.conf file. Hence, make a temporary file and then rename it to 30-icons.conf.

Use ~/.local/share/fonts directory instead of ~/.fonts directory which is deprecated.

rhdxmr commented 4 years ago

@sebastiencs Hello 😀 Can you review this PR?

I got to know this repository from the issue of 'all-the-icons' and came here to understand how to make my Emacs display icons in terminal. Your work about unifying fonts was very good👍👍