maintenance
This commit is contained in:
parent
f4e5562b96
commit
29ed94da16
11 changed files with 11 additions and 10 deletions
10
scripts/archive/emojifix.zsh
Executable file
10
scripts/archive/emojifix.zsh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#This will finally fix this problem
|
||||
echo "cloning emoji.conf"
|
||||
git clone https://gitlab.com/es20490446e/emoji.conf.git
|
||||
cd emoji.conf
|
||||
./install-uninstall.sh
|
||||
cd ..
|
||||
rm -rf emoji.conf
|
||||
#test by going to https://www.fileformat.info/info/emoji/browsertest.htm
|
||||
echo "regenerating font cache"
|
||||
fc-cache -f -v
|
Loading…
Add table
Add a link
Reference in a new issue