mirror of
https://codeberg.org/hyperreal/bin
synced 2024-11-25 10:23:42 +01:00
Add refresh-doom-emacs
This commit is contained in:
parent
3f2b09f8ed
commit
0dd0a428d0
7
refresh-doom-emacs
Executable file
7
refresh-doom-emacs
Executable 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
|
Loading…
Reference in New Issue
Block a user