From 7116ced10af5dc490e7a732c5147c5eb07cc78e4 Mon Sep 17 00:00:00 2001 From: steveokard Date: Sun, 14 Jun 2020 22:21:22 -0400 Subject: [PATCH] update deps --- emacs_doom.zsh | 12 +++--------- udeps.sh | 3 +-- 2 files changed, 4 insertions(+), 11 deletions(-) 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