- You can't just "git clone" doom emacs using a rooted termux, because /data/data/org.gnu.emacs/ is read-only.
- So it seems that you have to use the emacs process. I went to buffers -> scratch to get a keyboard, and then used https://f-droid.org/en/packages/juloo.keyboard2/ to `M-x shell`.
- You don't have `git` in this shell, but you can still download doomemacs from github using
curl -LJO https://github.com/doomemacs/doomemacs/archive/refs/heads/master.zip
- .emacs.d/bin/doom is just a shell script, so you can invoke installation with
- `sh .emacs.d/bin/doom install`
- This is where I left off, for this script fails with "`emacs` not found on path".
All-in-all, a very, very exciting release! I hope somebody else manages to hack this.
- You can't just "git clone" doom emacs using a rooted termux, because /data/data/org.gnu.emacs/ is read-only.
- So it seems that you have to use the emacs process. I went to buffers -> scratch to get a keyboard, and then used https://f-droid.org/en/packages/juloo.keyboard2/ to `M-x shell`.
- You don't have `git` in this shell, but you can still download doomemacs from github using
- and `unzip` the archive, moving it into place.- .emacs.d/bin/doom is just a shell script, so you can invoke installation with
- `sh .emacs.d/bin/doom install`
- This is where I left off, for this script fails with "`emacs` not found on path".
All-in-all, a very, very exciting release! I hope somebody else manages to hack this.