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
|
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
|
||||||
|
|
3
udeps.sh
3
udeps.sh
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue