scripts

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit c3025e10c726258aec1a9854246bd069b214d267
parent 586e2843159ee07537af583eb4201248abe9f16c
Author: Andrew Laack <andrew@laack.co>
Date:   Thu, 19 Feb 2026 17:16:26 -0600

Updated public installer

Diffstat:
Minstallers/arch-public-installation.sh | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/installers/arch-public-installation.sh b/installers/arch-public-installation.sh @@ -1,7 +1,10 @@ #!/bin/bash # Full arch installer (publicly accessible resources only) -sudo pacman -S git gcc make xorg-server libxft libxinerama freetype2 pkgconf ttf-fira-code zoxide fzf openssh less arandr dmenu pass pass-otp xclip newsboat xorg-xsetroot base-devel i3lock pandoc zathura entr ripgrep wget jq man-db btop tmux rsync cronie mpv docker +sudo pacman -S git gcc make xorg-server libxft libxinerama freetype2 pkgconf ttf-fira-code zoxide fzf openssh less arandr dmenu pass pass-otp xclip newsboat xorg-xsetroot base-devel i3lock pandoc zathura entr ripgrep wget jq man-db btop tmux rsync cronie mpv docker pavucontrol + +# Was required for getting my sound working on my xps13, probably not necessary otherwise: +# alsa-utils pipewire-alsa pipewire-pulse mkdir gitRepos cd gitRepos