Skip to content

Instantly share code, notes, and snippets.

@IogaMaster
Created November 16, 2022 02:24
Show Gist options
  • Save IogaMaster/3ea4d0bd0fd68f12b3f0a0e23800a5b4 to your computer and use it in GitHub Desktop.
Save IogaMaster/3ea4d0bd0fd68f12b3f0a0e23800a5b4 to your computer and use it in GitHub Desktop.
Doom Emacs install
#!/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