flake: remove bud
This commit is contained in:
parent
44515ec81f
commit
2cc70a8c4a
10 changed files with 2 additions and 59 deletions
8
bin/install-doom.bash
Normal file
8
bin/install-doom.bash
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
if [ ! -d $XDG_CONFIG_HOME/emacs ]; then
|
||||
git clone --depth 1 https://github.com/hlissner/doom-emacs $XDG_CONFIG_HOME/emacs
|
||||
$XDG_CONFIG_HOME/emacs/bin/doom install "$@"
|
||||
else
|
||||
echo "fatal: $XDG_CONFIG_HOME/emacs already exists!"
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue