Compare commits

..

2 Commits

Author SHA1 Message Date
exu
c6ba46e574 Remove npm install of bash-language-server 2023-11-17 17:29:04 +01:00
exu
dfe39eea36 Remove list of previously selected packages 2023-11-17 17:28:53 +01:00

View File

@ -39,6 +39,14 @@ echo Updating repos and packages
sudo pacman -Syu
echo Select packages to install
# remove previously selected packages on reruns
if [ -f "$setupdir/selectedpkgs.txt" ]; then
rm "$setupdir/selectedpkgs.txt"
fi
if [ -f "$setupdir/aurselectedpkgs.txt" ]; then
rm "$setupdir/aurselectedpkgs.txt"
fi
cmd=(dialog --separate-output --checklist "Select Desktop environment/Window manager:" 22 76 16)
options=(100 "[WM] sway" off)
choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
@ -322,7 +330,7 @@ if [ $in_doomemacs -eq 1 ]; then
#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
#npm i bash-language-server
git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
~/.emacs.d/bin/doom install
export PATH="$PATH":$HOME/.emacs.d/bin