Open Aviksaikat opened 1 year 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.
It messed up my sublime text fonts. Also, oh-my-zsh themes were showing borders. It was just too ugly.