initial layout for emacs doom

This commit is contained in:
Stefen Auris 2020-01-21 15:09:53 -05:00
parent 184ccd8e65
commit b3f914bd08
2 changed files with 8 additions and 1 deletions

6
emacs_doom.zsh Normal file
View file

@ -0,0 +1,6 @@
#!/bin/zsh
#This will install Doom for Emacs
git clone https://github.com/hlissner/doom-emacs ~/.emacs.d
#Test for emacs and ripgrep
~/.emacs.d/bin/doom install

View file

@ -14,7 +14,8 @@ sudo apt-get -my install git \
curl \
aptitude \
nnn \
ack
ack \
ripgrep
read -n1 -p $'Does this system need ssh access?\n' REPLY
if [[ $REPLY == [Yy] ]]; then