added delay
parent
d635b2e3eb
commit
fd4d23f6e1
|
@ -2,6 +2,7 @@
|
|||
DOOM="$HOME/.emacs.d"
|
||||
if [ ! -d "$DOOM" ]; then
|
||||
git clone https://github.com/hlissner/doom-emacs.git "$DOOM"
|
||||
sleep 0.5
|
||||
"$DOOM/bin/doom -y install"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue