scripts

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

commit b9af8551bf28df3294980bcb3c4e00ddc8a8f53b
parent 81a91a970893485c3c6b8a96fdb52b4202a3eda0
Author: Andrew Laack <andrew@laack.co>
Date:   Tue, 24 Feb 2026 09:59:53 -0600

Updated installs, added gpg trust to private configuration.

Diffstat:
Minstallers/arch-private-installation.sh | 7+++++++
Minstallers/arch-public-installation.sh | 2+-
2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/installers/arch-private-installation.sh b/installers/arch-private-installation.sh @@ -25,3 +25,10 @@ sudo chown andrew /home/backup # CRON (backups script) echo "0 8,14 * * * andrew /home/andrew/bin/backup.sh" | sudo tee -a /etc/crontab + +# TODO: Is there a way to automatically trust fully this key? +# Locally, I ran: +# gpg --list-secret-keys +# gpg --edit-key {KEY_ID} +# gpg> trust +# Your decision? 5 (this is trusting ultimately) diff --git a/installers/arch-public-installation.sh b/installers/arch-public-installation.sh @@ -1,7 +1,7 @@ #!/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 podman pavucontrol otf-latinmodern proton-vpn-gtk-app proton-vpn-cli tk brightnessctl zip unzip signal-desktop xorg-xset lynx figlet +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 podman pavucontrol otf-latinmodern proton-vpn-gtk-app proton-vpn-cli tk brightnessctl zip unzip signal-desktop xorg-xset lynx figlet flameshot feh asciinema # xorg-xset is for disabling screen turning off after inactivity # it often kicks in and results in my laptop not detecting my monitor again.