gabrielelana / awesome-terminal-fonts

Tools and instructions on how to have awesome symbols in a terminal with a monospace font
MIT License
2.45k stars 230 forks source link

Installing this fonts messing up system fonts #69

Open Aviksaikat opened 8 months ago

Aviksaikat commented 8 months ago

It messed up my sublime text fonts. Also, oh-my-zsh themes were showing borders. It was just too ugly.

image

renantmagalhaes commented 8 months ago

Have the same problem here. It was driving me nuts as I have this repo as part of an automated script. So it took me a while to discover the issue.

My temporary fix in the meantime is this:

Inside the repo folder

rm -rf  ~/.fonts
rm -rf ~/.config/fontconfig
git checkout -b emoji_fix HEAD~1
./install.sh

This will revert to 1 commit before this 2023 update.