archsetup

simple, hacky scripts I use to setup Arch Linux
git clone git://git.hanetzok.net/archsetup
Log | Files | Refs | README

commit 8c790f2810745a6e1d04bb259aca7bc2c9fac428
parent ad75015e38b25c2bd31d89a47d83a5f5ba5134cf
Author: Markus Hanetzok <markus@hanetzok.net>
Date:   Tue,  8 Jul 2025 12:43:17 +0200

updated essential and optional packages

Diffstat:
Minstall.sh | 2+-
Mprogs.list | 4++++
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/install.sh b/install.sh @@ -2,7 +2,7 @@ [[ -d /mnt/boot ]] || { echo "Mount your partitions first!"; exit 1; } -pacstrap /mnt base base-devel amd-ucode efibootmgr grub lynx networkmanager neovim man-db +pacstrap /mnt base base-devel grub lynx networkmanager neovim man-db genfstab -U /mnt >> /mnt/etc/fstab cp ./post-install.sh /mnt/tmp/post-install.sh cp ./progs.list /mnt/tmp/progs.list diff --git a/progs.list b/progs.list @@ -1,3 +1,4 @@ +amd-ucode arandr atool bc @@ -7,6 +8,7 @@ cups dos2unix dosfstools dunst +efibootmgr exfat-utils fastfetch firefox @@ -15,6 +17,7 @@ git gnome-keyring hplip htop +intel-ucode jellyfin-media-player jq keepassxc @@ -69,6 +72,7 @@ xcape xclip xcompmgr xf86-video-amdgpu +xf86-video-intel xorg-server xorg-xdpyinfo xorg-xev