updates yadm bootstrap

This commit is contained in:
Michel 2024-12-06 23:32:29 +01:00
parent 547daf4000
commit 880704e39d

View file

@ -1,10 +1,25 @@
#!/bin/bash
debug() {
echo "Debug:"
echo "XDG_SESSION_DESKTOP $XDG_SESSION_DESKTOP"
}
CYAN='\033[0;36m'
NC='\033[0m'
# install dependencies
echo -e "${CYAN}# Installing dependencies (general)${NC}"
yay -S betterlockscreen \
neovim \
polybar \
rofi \
dunst \
pulseaudio-control \
nitrogen \
kitty \
btop
if [ $XDG_SESSION_DESKTOP = "i3" ]; then
echo -e "${CYAN}# Installing dependencies (for i3)${NC}"
yay -S polybar
fi