added delay
parent
d635b2e3eb
commit
fd4d23f6e1
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue