aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorAChavali <aryadevchavali1@gmail.com>2019-12-30 13:05:53 +0000
committerAChavali <aryadevchavali1@gmail.com>2019-12-30 13:05:53 +0000
commit6c341c271f72fbaaba03236ab96748e20930cc38 (patch)
treee39ca77b7b235ca6a1d17c4c064a2c7b2f616882 /install.sh
parentbdbec5ea5f9cc87c522007a53076cf5a598f61e3 (diff)
downloaddotfiles-6c341c271f72fbaaba03236ab96748e20930cc38.tar.gz
dotfiles-6c341c271f72fbaaba03236ab96748e20930cc38.tar.bz2
dotfiles-6c341c271f72fbaaba03236ab96748e20930cc38.zip
+doom emacs install section to download doom
Download doom as part of the install process
Diffstat (limited to 'install.sh')
-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;