bin/refresh-doom-emacs
2024-04-03 17:14:07 -05:00

8 lines
253 B
Bash
Executable File

#!/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