update deps
This commit is contained in:
parent
abfc314644
commit
7116ced10a
2 changed files with 4 additions and 11 deletions
|
@ -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
|
||||
|
|
3
udeps.sh
3
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue