Random changes for void/xfce x11 setup.
This commit is contained in:
+3
-3
@@ -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 ""
|
||||
|
||||
Reference in New Issue
Block a user