updated arch minimal install
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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."
|
||||||
|
|||||||
Reference in New Issue
Block a user