added delay

dev-docs
Moritz Böhme 2021-09-08 17:24:16 +02:00
parent d635b2e3eb
commit fd4d23f6e1
1 changed files with 1 additions and 0 deletions

1
config/doom/reload.sh Normal file → Executable file
View File

@ -2,6 +2,7 @@
DOOM="$HOME/.emacs.d" DOOM="$HOME/.emacs.d"
if [ ! -d "$DOOM" ]; then if [ ! -d "$DOOM" ]; then
git clone https://github.com/hlissner/doom-emacs.git "$DOOM" git clone https://github.com/hlissner/doom-emacs.git "$DOOM"
sleep 0.5
"$DOOM/bin/doom -y install" "$DOOM/bin/doom -y install"
fi fi