diff --git a/emacs_doom.zsh b/emacs_doom.zsh index 8f75a78..9318441 100755 --- a/emacs_doom.zsh +++ b/emacs_doom.zsh @@ -9,13 +9,7 @@ fi git clone https://github.com/hlissner/doom-emacs ~/.emacs.d -#Test for ripgrep -if [ -e /usr/bin/rg ] -then - ~/.emacs.d/bin/doom install -else - echo "Ripgrep not detected, attempting to install!" - sudo apt install ripgrep - echo "if successful, install emacs doom via script ~/.emacs.d/bin/doom install" -fi +#Install Dependencies +sudo apt install ripgrep markdown shellcheck fd-find +~/.emacs.d/bin/doom install diff --git a/udeps.sh b/udeps.sh index 6870245..b9847a3 100755 --- a/udeps.sh +++ b/udeps.sh @@ -14,8 +14,7 @@ sudo apt-get -my install git \ curl \ aptitude \ nnn \ - ack \ - ripgrep + ack read -n1 -p $'Does this system need ssh access?\n' REPLY if [[ $REPLY == [Yy] ]]; then