dotfiles/config/doom/reload.sh

9 lines
175 B
Bash
Raw Normal View History

2021-09-07 23:11:32 +02:00
#!/bin/sh
DOOM="$HOME/.emacs.d"
if [ ! -d "$DOOM" ]; then
git clone https://github.com/hlissner/doom-emacs.git "$DOOM"
2021-09-08 20:30:19 +02:00
"$DOOM/bin/doom" -y install
2021-09-07 23:11:32 +02:00
fi
2021-09-08 20:30:19 +02:00
"$DOOM/bin/doom" sync