From df57ca3a0fd1a83b7424db3e97b6df4919995f9e Mon Sep 17 00:00:00 2001 From: exu Date: Fri, 17 Nov 2023 17:24:15 +0100 Subject: [PATCH] Remove not found depencies --- arch-setup/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch-setup/install.sh b/arch-setup/install.sh index ca68222c..6cec0c7a 100755 --- a/arch-setup/install.sh +++ b/arch-setup/install.sh @@ -319,7 +319,8 @@ fi #devtools if [ $in_doomemacs -eq 1 ]; then echo "Installing doom-emacs" - paru -S --needed git emacs ripgrep fd pandoc shellcheck python-pipenv python-isort python-pytest python-rednose pychecker texlive-core python-black clang + #paru -S --needed git emacs ripgrep fd pandoc shellcheck python-pipenv python-isort python-pytest python-rednose pychecker texlive-core python-black clang + paru -S --needed git emacs ripgrep fd pandoc shellcheck python-pipenv python-isort python-pytest texlive-core python-black clang pip install grip npm i bash-language-server git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d