2026-05-14 18:21:18 +03:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
|
|
sudo true
|
|
|
|
|
|
|
|
|
|
gum style --foreground 4 "
|
|
|
|
|
INSTALLING PACKAGES:
|
|
|
|
|
"
|
|
|
|
|
|
2026-05-29 15:17:26 +03:00
|
|
|
. "$PACKAGES_DIR/install-alsa-pipewire.sh"
|
2026-05-19 16:10:56 +03:00
|
|
|
. "$PACKAGES_DIR/install-apparmor.sh"
|
2026-05-22 18:46:12 +03:00
|
|
|
. "$PACKAGES_DIR/install-awww.sh"
|
2026-05-14 18:21:18 +03:00
|
|
|
. "$PACKAGES_DIR/install-bash-completion.sh"
|
|
|
|
|
. "$PACKAGES_DIR/install-bat.sh"
|
|
|
|
|
. "$PACKAGES_DIR/install-btop.sh"
|
2026-05-19 16:22:34 +03:00
|
|
|
. "$PACKAGES_DIR/install-chrony.sh"
|
2026-05-14 18:21:18 +03:00
|
|
|
. "$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"
|
2026-06-01 10:41:12 +03:00
|
|
|
. "$PACKAGES_DIR/install-impala.sh"
|
|
|
|
|
. "$PACKAGES_DIR/install-iwd.sh"
|
2026-05-14 18:21:18 +03:00
|
|
|
. "$PACKAGES_DIR/install-less.sh"
|
2026-05-15 15:43:31 +03:00
|
|
|
. "$PACKAGES_DIR/install-libnotify.sh"
|
2026-05-14 18:21:18 +03:00
|
|
|
. "$PACKAGES_DIR/install-light.sh"
|
2026-05-15 15:43:31 +03:00
|
|
|
. "$PACKAGES_DIR/install-mako.sh"
|
2026-05-20 18:22:42 +03:00
|
|
|
. "$PACKAGES_DIR/install-mangowc.sh"
|
2026-05-14 18:21:18 +03:00
|
|
|
. "$PACKAGES_DIR/install-mesa-dri.sh"
|
|
|
|
|
. "$PACKAGES_DIR/install-noto-fonts.sh"
|
2026-06-01 10:41:12 +03:00
|
|
|
. "$PACKAGES_DIR/install-openresolv.sh"
|
2026-05-14 18:21:18 +03:00
|
|
|
. "$PACKAGES_DIR/install-pipewire.sh"
|
|
|
|
|
. "$PACKAGES_DIR/install-ripgrep.sh"
|
2026-05-29 13:46:51 +03:00
|
|
|
. "$PACKAGES_DIR/install-rtkit.sh"
|
2026-05-24 23:31:36 +03:00
|
|
|
. "$PACKAGES_DIR/install-satty.sh"
|
2026-05-14 18:21:18 +03:00
|
|
|
. "$PACKAGES_DIR/install-seatd.sh"
|
|
|
|
|
. "$PACKAGES_DIR/install-slurp.sh"
|
2026-05-19 15:41:38 +03:00
|
|
|
. "$PACKAGES_DIR/install-socklog-void.sh"
|
2026-05-14 18:21:18 +03:00
|
|
|
. "$PACKAGES_DIR/install-stow.sh"
|
2026-05-27 22:56:43 +03:00
|
|
|
. "$PACKAGES_DIR/install-tmux.sh"
|
2026-05-19 16:40:08 +03:00
|
|
|
. "$PACKAGES_DIR/install-tree.sh"
|
2026-05-14 18:21:18 +03:00
|
|
|
. "$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"
|
2026-05-29 12:44:04 +03:00
|
|
|
. "$PACKAGES_DIR/install-xorg-server-xwayland.sh"
|
2026-05-14 18:21:18 +03:00
|
|
|
. "$PACKAGES_DIR/install-yazi.sh"
|
|
|
|
|
. "$PACKAGES_DIR/install-zsh.sh"
|