- Clone the repository into folder, chosen by your decision (further called
$CONFIG_DIR$ ):
$ git clone git://github.com/ajukraine/ajukraine-dotemacs.git
$ git submodule init
$ git submodule update
- Create a symlink to .emacs file:
$ ln -s $CONFIG_DIR$/.emacs ~/.emacs
- Reload ~/.emacs file
On Windows OS you could not create symbolic link to .emacs file, so instead you could create ~/.emasc.el file (which is one of the init files candidates for Emacs) which load actual .emacs:
(load "$CONFIG_DIR$/.emacs")