Compare commits

..

No commits in common. "c011672bc24376b5dd0eea5c84426178e033c65e" and "59a0e500f2781922c8a5230fb4e9d21ae751f29a" have entirely different histories.

4 changed files with 3 additions and 14 deletions

View File

@ -10,7 +10,7 @@
# title=foot
# locked-title=no
font=UbuntuSansMono Nerd Font:size=11
font=UbuntuSans Nerd Font:size=11
# font-bold=<bold variant of regular font>
# font-italic=<italic variant of regular font>
# font-bold-italic=<bold+italic variant of regular font>

View File

@ -35,3 +35,4 @@ waterfox-bin
# System & Tools
auto-cpufreq
stasis
timeshift-autosnap

View File

@ -103,6 +103,5 @@ docker
docker-compose
fwupd
plocate
snapper
snap-pac
timeshift
ufw

View File

@ -225,17 +225,6 @@ paru -Sy --pkgbuilds --noconfirm
log "Installing moonarch-git package..."
paru -S --needed --noconfirm moonarch-git
# Install packages from package lists
if [[ -n "$MISSING_OFFICIAL" ]]; then
log "Installing official packages..."
echo "$MISSING_OFFICIAL" | paru -S --needed --noconfirm -
fi
if [[ -n "$MISSING_AUR" ]]; then
log "Installing AUR packages..."
echo "$MISSING_AUR" | paru -S --needed --noconfirm -
fi
# ============================================================
# Phase 7: User-Level Configuration
# ============================================================