Compare commits
No commits in common. "c011672bc24376b5dd0eea5c84426178e033c65e" and "59a0e500f2781922c8a5230fb4e9d21ae751f29a" have entirely different histories.
c011672bc2
...
59a0e500f2
@ -10,7 +10,7 @@
|
|||||||
# title=foot
|
# title=foot
|
||||||
# locked-title=no
|
# locked-title=no
|
||||||
|
|
||||||
font=UbuntuSansMono Nerd Font:size=11
|
font=UbuntuSans Nerd Font:size=11
|
||||||
# font-bold=<bold variant of regular font>
|
# font-bold=<bold variant of regular font>
|
||||||
# font-italic=<italic variant of regular font>
|
# font-italic=<italic variant of regular font>
|
||||||
# font-bold-italic=<bold+italic variant of regular font>
|
# font-bold-italic=<bold+italic variant of regular font>
|
||||||
|
|||||||
@ -35,3 +35,4 @@ waterfox-bin
|
|||||||
# System & Tools
|
# System & Tools
|
||||||
auto-cpufreq
|
auto-cpufreq
|
||||||
stasis
|
stasis
|
||||||
|
timeshift-autosnap
|
||||||
|
|||||||
@ -103,6 +103,5 @@ docker
|
|||||||
docker-compose
|
docker-compose
|
||||||
fwupd
|
fwupd
|
||||||
plocate
|
plocate
|
||||||
snapper
|
timeshift
|
||||||
snap-pac
|
|
||||||
ufw
|
ufw
|
||||||
|
|||||||
@ -225,17 +225,6 @@ paru -Sy --pkgbuilds --noconfirm
|
|||||||
log "Installing moonarch-git package..."
|
log "Installing moonarch-git package..."
|
||||||
paru -S --needed --noconfirm moonarch-git
|
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
|
# Phase 7: User-Level Configuration
|
||||||
# ============================================================
|
# ============================================================
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user