diff --git a/base_install.sh b/base_install.sh index 3b8fdc0..a7c2740 100755 --- a/base_install.sh +++ b/base_install.sh @@ -6,13 +6,12 @@ NORMAL='\e[0m' BOLD='\e[1m' GREEN='\e[32m' -PACMAN='pacman --needed -Syu' +PACMAN='pacman --noconfirm --needed -Syu' # System config cp -rf rootfs/ / ln -sf "/usr/share/zoneinfo/$tz" /etc/localtime hwclock --systohc -timedatectl set-ntp true # TODO after system reboot? for l in "${locales[@]}"; do sed -i "/#\s*$l/s/^#\s*//" /etc/locale.gen done diff --git a/config b/config index d292a3d..fbe09e2 100644 --- a/config +++ b/config @@ -24,7 +24,6 @@ pkg=( grub efibootmgr os-prober htop man-{db,pages} - mpv neofetch neovim networkmanager diff --git a/dwm/config b/dwm/config index 0d2f885..dd44f82 100644 --- a/dwm/config +++ b/dwm/config @@ -9,11 +9,12 @@ pkg=( flameshot i3lock xss-lock materia-{gtk-theme,kde} papirus-icon-theme gtk-engine-murrine + mpv noto-fonts{,-cjk,-emoji} ttf-{dejavu,liberation} numlockx pcmanfm picom - pipewire{,-pulse} wireplumber pavucontrol playerctl + pipewire{,-pulse,-jack} wireplumber pavucontrol playerctl polkit-gnome redshift xorg-{server,xinit,xrandr,xsetroot} xclip diff --git a/dwm/install.sh b/dwm/install.sh index 6204468..b6ae90c 100755 --- a/dwm/install.sh +++ b/dwm/install.sh @@ -6,7 +6,7 @@ NORMAL='\e[0m' BOLD='\e[1m' GREEN='\e[32m' -PACMAN='pacman --needed -Syu' +PACMAN='pacman --noconfirm --needed -Syu' if [ "$EUID" = 0 ]; then echo 'This script needs root privileges.' diff --git a/gpu.sh b/gpu.sh index 22456b9..eefa31f 100755 --- a/gpu.sh +++ b/gpu.sh @@ -5,6 +5,8 @@ NORMAL='\e[0m' BOLD='\e[1m' GREEN='\e[32m' +PACMAN='pacman --noconfirm --needed -Syu' + if [ "$EUID" = 0 ]; then echo 'This script needs root privileges.' exit 1