Update 1-setup.sh

This commit is contained in:
SteveTinkers 2021-11-18 21:59:30 -08:00 committed by GitHub
parent 2b570ef109
commit 4f07772e33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -85,6 +85,7 @@ echo "-------------------------------------------------------------------------"
pacman -S plasma dolphin --noconfirm --needed pacman -S plasma dolphin --noconfirm --needed
pacman -S packagekit-qt5 --noconfirm --needed #needed for discover, which is in the plasma group pacman -S packagekit-qt5 --noconfirm --needed #needed for discover, which is in the plasma group
pacman -S kdialog --noconfirm --needed #needed for some apps to display native kde dialogs pacman -S kdialog --noconfirm --needed #needed for some apps to display native kde dialogs
pacman -S ffmpegthumbs --noconfirm --needed #needed for video thumbnails in dolphin, can turn off in dolphin options
echo "-------------------------------------------------------------------------" echo "-------------------------------------------------------------------------"
@ -112,6 +113,7 @@ PKGS_ARCH_DEFAULT=(
'cmatrix' # matrix screen 'cmatrix' # matrix screen
'cronie' # schedule tasks/jobs 'cronie' # schedule tasks/jobs
'htop' # see running processes 'htop' # see running processes
'dmidecode' # see system technical specs
'lsof' # list open files for running Unix processes 'lsof' # list open files for running Unix processes
'nano' # a famous text editor...easy for newbies, not as powerful as vim 'nano' # a famous text editor...easy for newbies, not as powerful as vim
'neofetch' # displays information about your computer 'neofetch' # displays information about your computer