instalee/packages/doom/git

5 lines
201 B
Text
Raw Permalink Normal View History

2022-07-05 15:52:49 +02:00
#!/bin/sh
2022-08-14 01:53:48 +02:00
emacsd="${XDG_CONFIG_HOME:-$HOME/.config}/emacs"
git clone https://github.com/hlissner/doom-emacs "$emacsd"
2023-01-04 05:32:02 +01:00
unbuffer "$emacsd/bin/doom" --force install --env --no-hooks --install | head -19