From 2c345f237972c6fddf2a0fe935ff2820366f62a2 Mon Sep 17 00:00:00 2001 From: steveokard Date: Mon, 24 May 2021 23:04:04 -0400 Subject: [PATCH] automate removal of emacs --- update.zsh | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/update.zsh b/update.zsh index ea0915f..9059412 100755 --- a/update.zsh +++ b/update.zsh @@ -1,10 +1,4 @@ #!/bin/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 +echo "Remove Emacs" +sudo apt autoremove emacs emacs-nox ripgrep markdown shellcheck fd-find +rm -r --interactive=never $HOME/.emacs.d $HOME/.doom.d