mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
9 lines
382 B
Bash
9 lines
382 B
Bash
echo "[INFO] Installing DOOM Emacs"
|
|
echo "[ACTION] Request Human Takeover"
|
|
test -d ~/.config/emacs && mv ~/.config/emacs ~/.config/emacs.bak
|
|
git clnh https://github.com/doomemacs/doomemacs ~/.config/emacs
|
|
~/.config/emacs/bin/doom install
|
|
~/.config/emacs/bin/doom sync
|
|
|
|
echo "[INFO] Installing Emacs-Rime"
|
|
git clnh https://github.com/js0ny/Rime.git ~/.config/emacs/.local/cache/rime
|