mirror of
https://codeberg.org/hyperreal/bin
synced 2024-11-01 16:43:08 +01:00
8 lines
253 B
Plaintext
8 lines
253 B
Plaintext
|
#!/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
|