added doom emacs script

dev-docs
Moritz Böhme 2021-09-07 23:11:32 +02:00
parent 61560dea0f
commit 3df2e72e67
1 changed files with 8 additions and 0 deletions

8
config/doom/reload.sh Normal file
View File

@ -0,0 +1,8 @@
#!/bin/sh
DOOM="$HOME/.emacs.d"
if [ ! -d "$DOOM" ]; then
git clone https://github.com/hlissner/doom-emacs.git "$DOOM"
"$DOOM/bin/doom -y install"
fi
"$DOOM/bin/doom sync"