1
0
mirror of https://github.com/sameer1612/.dotfiles.git synced 2024-11-19 18:01:53 +02:00
sameer1612/.emacs.d
2024-10-11 09:30:57 +05:30
..
packages added more evil remaps 2024-10-11 09:30:57 +05:30
.gitignore added emacs kick as base config 2024-10-10 14:21:43 +05:30
ek-reinstall.sh restarted config with emacs 30 2024-10-10 19:10:07 +05:30
init.el added more evil remaps 2024-10-11 09:30:57 +05:30
LICENSE added emacs kick as base config 2024-10-10 14:21:43 +05:30
README.md cleaned up readme 2024-10-11 08:45:16 +05:30

Based on emacs-kick

Minimum Requirements

  • Emacs version >=30
    • You can verify your version by running:
emacs --version

Installation Instructions

  1. 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
  1. 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