Adds DOCH & ueli as application manager

This commit is contained in:
Michel 2024-12-27 12:10:19 +01:00
parent 07540040f0
commit 4fd197060a
5 changed files with 35 additions and 3 deletions

View file

@ -12,13 +12,13 @@ NC='\033[0m'
echo -e "${CYAN}# Installing dependencies (general)${NC}"
yay -S betterlockscreen \
neovim \
rofi \
dunst \
pulseaudio-control \
nitrogen \
kitty \
btop \
zoxide fzf # Terminal setup
zoxide fzf \
ueli
if [ $XDG_SESSION_DESKTOP = "i3" ]; then
echo -e "${CYAN}# Installing dependencies (for i3)${NC}"