diff options
author | Malfurious <m@lfurio.us> | 2021-05-12 03:00:44 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2021-05-12 03:00:44 -0400 |
commit | e1a1244dfad1b38be037afca9de6fa0a51316912 (patch) | |
tree | 13ebf57004b50431054b45bb3a6e380674d8dd69 | |
parent | 2875c3af8bba3357744b22446f3cb74c25055173 (diff) | |
download | rice-e1a1244dfad1b38be037afca9de6fa0a51316912.tar.gz rice-e1a1244dfad1b38be037afca9de6fa0a51316912.zip |
Add required Arch Linux packages
-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 |