diff --git a/install.sh b/install.sh index b58a85d..c831a76 100755 --- a/install.sh +++ b/install.sh @@ -104,14 +104,23 @@ for choice in "${desktop[@]}"; do candy-icons-git \ power-profiles-daemon \ qt6ct-kde \ - xdg-desktop-portal-gnome - - curl -fsSL https://install.danklinux.com | sh + xdg-desktop-portal-gnome \ + quickshell \ + cava \ + cliphist \ + wl-clipboard \ + dgop \ + matugen-bin \ + qt6-multimedia \ + dms-shell-bin stow niri qt6ct --adopt xdg-mime default org.gnome.nautilus.desktop inode/directory + systemctl --user enable dms + systemctl --user add-wants niri.service dms + sudo systemctl enable ly@tty1 ;; @@ -141,13 +150,14 @@ for choice in "${tools[@]}"; do vim \ wl-clipboard \ zoxide \ - reflector + reflector \ + inetutils stow fastfetch hyfetch nvim zsh --adopt # gum spin --title "Updating Tealdeer database" -- \ tldr --update - chsh -S /bin/zsh "$USER" + chsh -s /bin/zsh "$USER" ;; "Terminal Emulator") @@ -229,7 +239,7 @@ extpkgstr=$( ) sudo -v || exit 1 -yay -S --needed --noconfirm "$extpkgstr" +yay -S --needed --noconfirm $extpkgstr git add . git reset --hard HEAD