diff --git a/emacs_doom.zsh b/emacs_doom.zsh new file mode 100644 index 0000000..22722a4 --- /dev/null +++ b/emacs_doom.zsh @@ -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 diff --git a/udeps.sh b/udeps.sh index b9847a3..6870245 100755 --- a/udeps.sh +++ b/udeps.sh @@ -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