Files
emacs.d/ek-reinstall.sh
2024-10-03 17:28:43 -03:00

14 lines
310 B
Bash
Executable File

#!/bin/sh
clear
echo ">>> (re)Istalling Emacs Kick ..."
sleep 2
echo ">>> Deleting packages, grammars and native compilation cache ..."
rm -rf eln-cache/ elpa/ tree-sitter/
sleep 2
echo ">>> Starting Emacs and auto-package fetching/installing ..."
sleep 2
emacs --init-dir=. -nw --eval="(ek/first-install)"