mirror of
https://github.com/sameer1612/.dotfiles.git
synced 2024-11-19 18:01:53 +02:00
.. | ||
packages | ||
.gitignore | ||
ek-reinstall.sh | ||
init.el | ||
LICENSE | ||
README.md |
Based on emacs-kick
Minimum Requirements
- Emacs version >=30
- You can verify your version by running:
emacs --version
Installation Instructions
- Clone the repository:
Note: If you already have an existing Emacs configuration in
~/.emacs.d
, please back it up before proceeding. You can do this
by renaming the directory:
mv ~/.emacs.d ~/.emacs.d.backup
If you have any additional configurations from other Emacs
installations, please clean them up. This includes directories and
files such as ~/.emacs.d
, ~/.emacs
, ~/.emacs~
,
~/.config/emacs
, ~/.config/doom
, ~/.config/cache/emacs
and
any other related files.
After deleting/backing up, clone the repository:
git clone https://github.com/LionyxML/emacs-kick.git ~/.emacs.d
-
Run the setup:
After cloning, install the configuration by running:
emacs -nw --eval="(ek/first-install)"
Alternatively, you can run the provided script ek-reinstall.sh
from inside ~/.emacs.d/
, which will achieve the same result:
cd ~/.emacs.d/ && ./ek-reinstall.sh