feat: initial unpolished/unfinished version

This commit is contained in:
Rahul Martim Juliato
2024-09-29 01:00:47 -03:00
commit 8e0adb6c39
4 changed files with 846 additions and 0 deletions

13
ek-reinstall.sh Executable file
View 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)"