updated arch minimal install

This commit is contained in:
[yuri]
2025-12-11 12:19:02 +01:00
parent 825a4cf771
commit dff137a0fa
2 changed files with 15 additions and 2 deletions

View File

@@ -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 remove_packages xf86-video-amdgpu xf86-video-ati xf86-video-fbdev xf86-video-nouveau xf86-video-openchrome xf86-video-vesa
# Install essential tools # 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 # Optionally handle fonts
FONT_DIR="$HOME/.local/share/fonts" FONT_DIR="$HOME/.local/share/fonts"

View File

@@ -92,7 +92,7 @@ CURRENT_DM="$(detect_display_manager)"
if [[ -z "$CURRENT_DE" || "$CURRENT_DE" != "kde" ]]; then if [[ -z "$CURRENT_DE" || "$CURRENT_DE" != "kde" ]]; then
say_cyan -e "KDE Plasma not detected. Installing KDE Plasma (light setup with SDDM)..." 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 enable_graphical_target
say_green -e "KDE Plasma with SDDM installed successfully. You can reboot now to start XFCE." say_green -e "KDE Plasma with SDDM installed successfully. You can reboot now to start XFCE."