emoji scripting
This commit is contained in:
parent
a12f65d912
commit
f5feae211d
2 changed files with 9 additions and 33 deletions
|
@ -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>
|
12
update.zsh
12
update.zsh
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue