The following tools should be installed and available on the system:
Make sure that they are on $PATH. If you are on a Mac, git needs to be available at /usr/local/bin/git.
-
On a Mac, these can all be installed through Homebrew as follows:
brew install git mercurial aspell automake
-
On Ubuntu, these can all be installed through Apt as follows:
apt install git mercurial aspell automake
- Close Emacs.
- Delete
~/.emacs
or~/.emacs.d
, if you already have it. - Run
git clone https://github.com/rhishikeshj/dot-emacs-dot-d.git ~/.emacs.d
- Open Emacs, it will download all the packages. (Ignore the warnings on the first launch.)
- Start using it! 🎉