1
0
mirror of https://github.com/sameer1612/.dotfiles.git synced 2025-02-19 19:10:07 +02:00
sameer1612/.emacs.d/ek-reinstall.sh
2024-10-10 19:10:07 +05:30

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)"