feat: initial unpolished/unfinished version
This commit is contained in:
13
ek-reinstall.sh
Executable file
13
ek-reinstall.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
clear
|
||||
echo ">>> (re)Istalling Emacs Kicks ..."
|
||||
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)"
|
||||
Reference in New Issue
Block a user