Compare commits
No commits in common. "c6ba46e574e75214e2bd5f70ddcd4fc8ce4c0263" and "3767d55cfcda8f208ce8b8e26d7bc19b975df1cc" have entirely different histories.
c6ba46e574
...
3767d55cfc
@ -39,14 +39,6 @@ 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)
|
||||
@ -330,7 +322,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