cleanup packages

This commit is contained in:
Chris Titus 2021-10-24 08:52:46 -05:00
parent 23dd69b3b0
commit 354014afad
1 changed files with 8 additions and 55 deletions

View File

@ -53,6 +53,14 @@ pacman -Sy --noconfirm
echo -e "\nInstalling Base System\n" echo -e "\nInstalling Base System\n"
PKGS=( PKGS=(
'mesa' # Essential Xorg First
'xorg'
'xorg-server'
'xorg-apps'
'xorg-drivers'
'xorg-xkill'
'xorg-xinit'
'xterm'
'alsa-plugins' # audio plugins 'alsa-plugins' # audio plugins
'alsa-utils' # audio utils 'alsa-utils' # audio utils
'ark' # compression 'ark' # compression
@ -76,15 +84,10 @@ PKGS=(
'code' # Visual Studio code 'code' # Visual Studio code
'cronie' 'cronie'
'cups' 'cups'
'dhcpcd'
'dialog' 'dialog'
'discover' 'discover'
'dmidecode'
'dnsmasq'
'dolphin' 'dolphin'
'dosfstools' 'dosfstools'
'drkonqi'
'edk2-ovmf'
'efibootmgr' # EFI boot 'efibootmgr' # EFI boot
'egl-wayland' 'egl-wayland'
'exfat-utils' 'exfat-utils'
@ -98,7 +101,6 @@ PKGS=(
'git' 'git'
'gparted' # partition management 'gparted' # partition management
'gptfdisk' 'gptfdisk'
'groff'
'grub' 'grub'
'grub-customizer' 'grub-customizer'
'gst-libav' 'gst-libav'
@ -108,45 +110,12 @@ PKGS=(
'htop' 'htop'
'iptables-nft' 'iptables-nft'
'jdk-openjdk' # Java 17 'jdk-openjdk' # Java 17
'kactivitymanagerd'
'kate' 'kate'
'kvantum-qt5' 'kvantum-qt5'
'kcalc'
'kcharselect'
'kcron'
'kde-cli-tools'
'kde-gtk-config' 'kde-gtk-config'
'kdecoration'
'kdenetwork-filesharing'
'kdeplasma-addons'
'kdesdk-thumbnailers'
'kdialog'
'keychain'
'kfind'
'kgamma5'
'kgpg'
'khotkeys'
'kinfocenter'
'kitty' 'kitty'
'kmenuedit'
'kmix'
'konsole' 'konsole'
'kscreen'
'kscreenlocker'
'ksshaskpass'
'ksystemlog'
'ksystemstats'
'kwallet-pam'
'kwalletmanager'
'kwayland-integration'
'kwayland-server'
'kwin'
'kwrite'
'kwrited'
'layer-shell-qt' 'layer-shell-qt'
'libguestfs'
'libkscreen'
'libksysguard'
'libnewt' 'libnewt'
'libtool' 'libtool'
'linux' 'linux'
@ -174,19 +143,6 @@ PKGS=(
'pkgconf' 'pkgconf'
'plasma-browser-integration' 'plasma-browser-integration'
'plasma-desktop' 'plasma-desktop'
'plasma-disks'
'plasma-firewall'
'plasma-integration'
'plasma-nm'
'plasma-pa'
'plasma-sdk'
'plasma-systemmonitor'
'plasma-thunderbolt'
'plasma-vault'
'plasma-workspace'
'plasma-workspace-wallpapers'
'polkit-kde-agent'
'powerdevil'
'powerline-fonts' 'powerline-fonts'
'print-manager' 'print-manager'
'pulseaudio' 'pulseaudio'
@ -222,9 +178,6 @@ PKGS=(
'winetricks' 'winetricks'
'xdg-desktop-portal-kde' 'xdg-desktop-portal-kde'
'xdg-user-dirs' 'xdg-user-dirs'
'xorg'
'xorg-server'
'xorg-xinit'
'zeroconf-ioslave' 'zeroconf-ioslave'
'zip' 'zip'
'zsh' 'zsh'