bin/refresh-doom-emacs

8 lines
253 B
Plaintext
Raw Normal View History

2024-04-04 00:14:07 +02:00
#!/usr/bin/env bash
# Sometimes things get weird and you just have to do this
rm -rf "${HOME}/.config/emacs"
git clone --depth 1 https://github.com/doomemacs/doomemacs "${HOME}/.config/emacs"
"${HOME}/.config/emacs/bin/doom" install --force --verbose