From 6c341c271f72fbaaba03236ab96748e20930cc38 Mon Sep 17 00:00:00 2001 From: AChavali Date: Mon, 30 Dec 2019 13:05:53 +0000 Subject: +doom emacs install section to download doom Download doom as part of the install process --- install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install.sh b/install.sh index 9f55f24..8fbfb73 100644 --- a/install.sh +++ b/install.sh @@ -25,3 +25,8 @@ declare -a templates=("CTemplate" "CPPTemplate" "PythonTemplate" "NodeTemplate" for template in ${templates[@]}; do git clone https://github.com/Oreodave/$template ~/Projects/Templates/$template; done + +# get doom emacs +git clone https://github.com/hlissner/doom-emacs ~/.emacs.d +~/.emacs.d/bin/doom install; +~/.emacs.d/bin/doom refresh; -- cgit v1.2.3-13-gbd6f