diff --git a/update.zsh b/update.zsh index 2a49aa4..ea0915f 100755 --- a/update.zsh +++ b/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