46 lines
1.4 KiB
Bash
Executable File
46 lines
1.4 KiB
Bash
Executable File
#!/bin/sh
|
|
|
|
sudo true
|
|
|
|
gum style --foreground 4 "
|
|
INSTALLING PACKAGES:
|
|
"
|
|
|
|
. "$PACKAGES_DIR/install-apparmor.sh"
|
|
. "$PACKAGES_DIR/install-awww.sh"
|
|
. "$PACKAGES_DIR/install-bash-completion.sh"
|
|
. "$PACKAGES_DIR/install-bat.sh"
|
|
. "$PACKAGES_DIR/install-btop.sh"
|
|
. "$PACKAGES_DIR/install-chrony.sh"
|
|
. "$PACKAGES_DIR/install-dbus.sh"
|
|
. "$PACKAGES_DIR/install-emptty.sh"
|
|
. "$PACKAGES_DIR/install-eza.sh"
|
|
. "$PACKAGES_DIR/install-fuzzel.sh"
|
|
. "$PACKAGES_DIR/install-ghostty.sh"
|
|
. "$PACKAGES_DIR/install-grim.sh"
|
|
. "$PACKAGES_DIR/install-helix.sh"
|
|
. "$PACKAGES_DIR/install-less.sh"
|
|
. "$PACKAGES_DIR/install-libnotify.sh"
|
|
. "$PACKAGES_DIR/install-light.sh"
|
|
. "$PACKAGES_DIR/install-mako.sh"
|
|
. "$PACKAGES_DIR/install-mangowc.sh"
|
|
. "$PACKAGES_DIR/install-mesa-dri.sh"
|
|
. "$PACKAGES_DIR/install-nerd-fonts.sh"
|
|
. "$PACKAGES_DIR/install-noto-fonts.sh"
|
|
. "$PACKAGES_DIR/install-pipewire.sh"
|
|
. "$PACKAGES_DIR/install-ripgrep.sh"
|
|
. "$PACKAGES_DIR/install-river.sh"
|
|
. "$PACKAGES_DIR/install-sandbar.sh"
|
|
. "$PACKAGES_DIR/install-seatd.sh"
|
|
. "$PACKAGES_DIR/install-slurp.sh"
|
|
. "$PACKAGES_DIR/install-socklog-void.sh"
|
|
. "$PACKAGES_DIR/install-stow.sh"
|
|
. "$PACKAGES_DIR/install-tree.sh"
|
|
. "$PACKAGES_DIR/install-udisks2.sh"
|
|
. "$PACKAGES_DIR/install-usbutils.sh"
|
|
. "$PACKAGES_DIR/install-waylock.sh"
|
|
. "$PACKAGES_DIR/install-wiremix.sh"
|
|
. "$PACKAGES_DIR/install-wl-clipboard.sh"
|
|
. "$PACKAGES_DIR/install-yazi.sh"
|
|
. "$PACKAGES_DIR/install-zsh.sh"
|