See https://github.com/technomancy/emacs-starter-kit
git clone
this repo somewherecd
into the cloned repoexport ESK_REPO_PATH=`pwd`
mkdir -p ~/.emacs.d
cd ~/.emacs.d
ln -sf $ESK_REPO_PATH/arnab.el `whoami`.el
ln -sf $ESK_REPO_PATH/arnab `whoami`
ln -sf $ESK_REPO_PATH/init.el
- Restart emacs. Done!