This is my personal .spacemacs.d/
configuration for my Emacs configuration.
Visit: https://github.com/plexus/chemacs2
[ -f ~/.emacs ] && mv ~/.emacs ~/.emacs.bak
[ -d ~/.emacs.d ] && mv ~/.emacs.d ~/.emacs.default
git clone <https://github.com/plexus/chemacs2.git> ~/.emacs.d
- First, install spacemacs
Now, you have two options to install my configuration:
cd ${HOME}
git clone https://github.com/mahmoudimus/.emacs.d.git .spacemacs.d
- Create a
.spacemacs.d
folder in${HOME}
- cd
.spacemacs.d
- git clone https://github.com/mahmoudimus/.emacs.d.git
TODO