update deps

This commit is contained in:
Stefen Auris 2020-06-14 22:21:22 -04:00
parent abfc314644
commit 7116ced10a
2 changed files with 4 additions and 11 deletions

View file

@ -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

View file

@ -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