Compare commits
2 Commits
3767d55cfc
...
c6ba46e574
Author | SHA1 | Date | |
---|---|---|---|
c6ba46e574 | |||
dfe39eea36 |
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user