Random changes for void/xfce x11 setup.

This commit is contained in:
2026-06-15 08:02:12 +02:00
parent 84b4a7d7b8
commit bb3d06a857
4 changed files with 55 additions and 49 deletions
+3 -3
View File
@@ -147,11 +147,11 @@ if [ "$DO_INSTALL" = true ]; then
# -----------------------------------------------------------------------------
REQUIRED_PACKAGES=(
# system essentials
wget curl git unzip lf jq alacritty fzf
wget curl git unzip lf jq alacritty fzf pfetch
fd ripgrep bat direnv base-devel make valgrind tree
ca-certificates gnupg fuse rsync fish-shell
noto-fonts-ttf noto-fonts-emoji go xdotool wmctrl
kanata tree-sitter-cli gitu
kanata tree-sitter-cli gitu polybar rofi
)
MISSING_PACKAGES=()
@@ -173,7 +173,7 @@ if [ "$DO_INSTALL" = true ]; then
sudo xbps-install -S
echo "📦 Installing missing packages: ${MISSING_PACKAGES[*]}"
sudo xbps-install -y "${MISSING_PACKAGES[@]}"
sudo xbps-install "${MISSING_PACKAGES[@]}"
fi
echo ""