Compact the initialisation script

This commit is contained in:
TEC 2021-01-14 18:27:28 +08:00
parent a7b362e808
commit 262a605fb9
Signed by: tec
GPG Key ID: 779591AFDB81F06C
1 changed files with 1 additions and 2 deletions

View File

@ -21,8 +21,7 @@ In order to have Doom load the config, we need to initialise the submodules, and
generate the =init.el= once.
#+begin_src shell :eval query
git clone git@github.com:tecosaur/emacs-config.git ~/.config/doom
git submodule update
git clone --recurse-submodules git@github.com:tecosaur/emacs-config.git ~/.config/doom
emacs --batch --eval "(require 'org)" --eval '(org-babel-tangle-file "config.org")'
git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
~/.emacs.d/bin/doom install