Created
November 16, 2022 02:24
-
-
Save IogaMaster/3ea4d0bd0fd68f12b3f0a0e23800a5b4 to your computer and use it in GitHub Desktop.
Doom Emacs install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
mv -r ~/.emacs.d/ ~/.emacs.d.old/ | |
git clone --depth 1 https://github.com/doomemacs/doomemacs ~/.emacs.d | |
~/.emacs.d/bin/doom install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment