Skip to content

Latest commit

 

History

History
executable file
·
35 lines (27 loc) · 1.19 KB

README.md

File metadata and controls

executable file
·
35 lines (27 loc) · 1.19 KB

Installing

Pre-requisites

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.

  1. On a Mac, these can all be installed through Homebrew as follows:

    brew install git mercurial aspell automake
  2. On Ubuntu, these can all be installed through Apt as follows:

    apt install git mercurial aspell automake

Steps

  1. Close Emacs.
  2. Delete ~/.emacs or ~/.emacs.d, if you already have it.
  3. Run git clone https://github.com/rhishikeshj/dot-emacs-dot-d.git ~/.emacs.d
  4. Open Emacs, it will download all the packages. (Ignore the warnings on the first launch.)
  5. Start using it! 🎉