From dff137a0fa82d5f417c1e899a83067c900d18a8a Mon Sep 17 00:00:00 2001 From: "[yuri]" <[yuri.kuit@gmail.com]> Date: Thu, 11 Dec 2025 12:19:02 +0100 Subject: [PATCH] updated arch minimal install --- v2/arch-minimal.sh | 15 ++++++++++++++- v2/arch-plasma.sh | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/v2/arch-minimal.sh b/v2/arch-minimal.sh index 979a777..ea792cf 100755 --- a/v2/arch-minimal.sh +++ b/v2/arch-minimal.sh @@ -108,7 +108,20 @@ fi remove_packages xf86-video-amdgpu xf86-video-ati xf86-video-fbdev xf86-video-nouveau xf86-video-openchrome xf86-video-vesa # Install essential tools -install_packages wget curl nano fastfetch lolcat bash-completion starship alacritty hwinfo lshw man-db tree xdg-user-dirs rsync time bat unzip chromium +install_packages wget curl nano fastfetch lolcat bash-completion starship alacritty hwinfo lshw reflector expac betterlockscreen pamac-aur avahi man-db tree xdg-user-dirs rsync time bat unzip chromium +if [ ! -f /usr/bin/duf ]; then + install_packages duf +fi +install_packages man-db man-pages pacmanlogviewer paru-git yay-git thunar thunar-archive-plugin thunar-volman tree xdg-user-dirs polkit-gnome rate-mirrors rsync time bat ntp nss-mdns + +#disk-tools +install_packages baobab gvfs-smb hddtemp squashfs-tools + +#archive-managers +install_packages zip gzip p7zip unace unrar unzip file-roller peazip + +#theming +install_packages bibata-cursor-theme-bin feh # Optionally handle fonts FONT_DIR="$HOME/.local/share/fonts" diff --git a/v2/arch-plasma.sh b/v2/arch-plasma.sh index cec4af6..9602404 100755 --- a/v2/arch-plasma.sh +++ b/v2/arch-plasma.sh @@ -92,7 +92,7 @@ CURRENT_DM="$(detect_display_manager)" if [[ -z "$CURRENT_DE" || "$CURRENT_DE" != "kde" ]]; then say_cyan -e "KDE Plasma not detected. Installing KDE Plasma (light setup with SDDM)..." - install_packages sddm plasma thunar thunar-archive-plugin thunar-volman + install_packages sddm plasma enable_graphical_target say_green -e "KDE Plasma with SDDM installed successfully. You can reboot now to start XFCE."