From 4f07772e332395994bd4e75e17458e110aab838b Mon Sep 17 00:00:00 2001 From: SteveTinkers <79803804+SteveTinkers@users.noreply.github.com> Date: Thu, 18 Nov 2021 21:59:30 -0800 Subject: [PATCH] Update 1-setup.sh --- 1-setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/1-setup.sh b/1-setup.sh index ad841e4..0277a0b 100755 --- a/1-setup.sh +++ b/1-setup.sh @@ -85,6 +85,7 @@ echo "-------------------------------------------------------------------------" pacman -S plasma dolphin --noconfirm --needed 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 ffmpegthumbs --noconfirm --needed #needed for video thumbnails in dolphin, can turn off in dolphin options echo "-------------------------------------------------------------------------" @@ -112,6 +113,7 @@ PKGS_ARCH_DEFAULT=( 'cmatrix' # matrix screen 'cronie' # schedule tasks/jobs 'htop' # see running processes +'dmidecode' # see system technical specs 'lsof' # list open files for running Unix processes 'nano' # a famous text editor...easy for newbies, not as powerful as vim 'neofetch' # displays information about your computer