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
# 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"