diff options
-rwxr-xr-x | rice/require_arch.pkg | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/rice/require_arch.pkg b/rice/require_arch.pkg new file mode 100755 index 0000000..b518e0e --- /dev/null +++ b/rice/require_arch.pkg @@ -0,0 +1,28 @@ +#!/bin/sh +sed '1,/^exit$/d;/^$/d;/^#/d;s/ /\n/g' -- "$0" | pacman -Syu --needed --noconfirm - +exit + +# Base System +base base-devel +linux linux-firmware +pacman-contrib + +# Graphics +xorg-server xorg-xinit xorg-xrandr xorg-xsetroot picom +libxcb xcb-util +mesa ttf-dejavu +lxrandr +feh + +# Audio +alsa-utils alsa-plugins + +# Tools +vim +fish +git tig +acpi +htop +tree +gnu-netcat +screenfetch |