scripts

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

commit fa0f0ce70930012978429697a54f6e7e1352c8c6
parent 38ea2de914f91ead929debe9765216059128772a
Author: Andrew Laack <andrew@laack.co>
Date:   Sun,  8 Mar 2026 21:24:24 -0500

Updated installation + backup process

Diffstat:
Mbackups/pull.sh | 8++++++--
Minstallers/arch-public-installation.sh | 2+-
2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/backups/pull.sh b/backups/pull.sh @@ -2,11 +2,15 @@ COMMON_EXCLUDES=( --exclude='.cache/' - --exclude='.local/share/containers/' # podman - --exclude='node_modules/' # gross, but sometimes exist + --exclude='.local/' + --exclude='node_modules/' --exclude='__pycache__/' --exclude='.venv/' --exclude='venv/' + --exclude='BraveSoftware/' + --exclude='librewolf/' + --exclude='venv/' + --exclude='personal-files' # already synced in another way. ) backup-vps () { 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 pass pass-otp xclip newsboat xorg-xsetroot base-devel i3lock pandoc entr ripgrep wget jq man-db btop tmux rsync cronie mpv podman pavucontrol otf-latin-modern kwallet proton-vpn-gtk-app proton-vpn-cli tk brightnessctl zip unzip signal-desktop xorg-xset lynx figlet flameshot feh ffmpeg zathura-pdf-mupdf websocat xorg-xhost yt-dlp qemu-full qbittorrent +sudo pacman -S git gcc make xorg-server libxft libxinerama freetype2 pkgconf ttf-fira-code zoxide fzf openssh less arandr pass pass-otp xclip newsboat xorg-xsetroot base-devel i3lock pandoc entr ripgrep wget jq man-db btop tmux rsync cronie mpv podman pavucontrol otf-latin-modern kwallet proton-vpn-gtk-app proton-vpn-cli tk brightnessctl zip unzip signal-desktop xorg-xset lynx figlet flameshot feh ffmpeg zathura-pdf-mupdf websocat xorg-xhost yt-dlp qemu-full qbittorrent alsa-utils pipewire-alsa pipewire-pulse sshfs # xorg-xhost for containers to use my x server