Files
emacs.d/ek-reinstall.sh
Ikko Eltociear Ashimine 3ac71e9107 docs: update ek-reinstall.sh
Istalling -> Installing
2024-10-10 09:20:56 +09:00

14 lines
314 B
Bash
Executable File

#!/bin/sh
clear
echo ">>> (re)Installing 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)"