Add refresh-doom-emacs

This commit is contained in:
Jeffrey Serio 2024-04-03 17:14:07 -05:00
parent 3f2b09f8ed
commit 0dd0a428d0

7
refresh-doom-emacs Executable file
View File

@ -0,0 +1,7 @@
#!/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