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 git clone https://github.com/hlissner/doom-emacs ~/.emacs.d
#Test for ripgrep #Install Dependencies
if [ -e /usr/bin/rg ] sudo apt install ripgrep markdown shellcheck fd-find
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
~/.emacs.d/bin/doom install

View file

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