aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install.sh5
1 files changed, 5 insertions, 0 deletions
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;