emoji scripting

This commit is contained in:
Stefen Auris 2020-08-07 05:00:52 -04:00
parent a12f65d912
commit f5feae211d
2 changed files with 9 additions and 33 deletions

View file

@ -1,30 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match>
<test name="family">
<string>sans-serif</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Noto Color Emoji</string>
</edit>
</match>
<match>
<test name="family">
<string>serif</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Noto Color Emoji</string>
</edit>
</match>
<match>
<test name="family">
<string>Apple Color Emoji</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Noto Color Emoji</string>
</edit>
</match>
</fontconfig>

View file

@ -1,4 +1,10 @@
#!/bin/zsh
sudo apt install ripgrep
(zsh emacs_doom.zsh)
echo "Configuring Emoji Fonts"
git clone https://gitlab.com/es20490446e/emoji.conf.git
cd emoji.conf/
./install-uninstall.sh
#regenerate font cache
fc-cache -f -v
#cleanup
cd ..
rm -r emoji.conf