diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap index 74258e6..921025c 100755 --- a/.config/yadm/bootstrap +++ b/.config/yadm/bootstrap @@ -10,10 +10,7 @@ NC='\033[0m' # install dependencies echo -e "${CYAN}# Installing dependencies (general)${NC}" -yay -S betterlockscreen \ - neovim \ - dunst \ - pulseaudio-control \ +yay -S neovim \ nitrogen \ kitty \ btop \ @@ -22,5 +19,10 @@ yay -S betterlockscreen \ if [ $XDG_SESSION_DESKTOP = "i3" ]; then echo -e "${CYAN}# Installing dependencies (for i3)${NC}" - yay -S polybar + yay -S polybar \ + betterlockscreen \ + dunst \ + pulseaudio-control \ + nitrogen + fi