add basic first time installation
This commit is contained in:
Executable
+35
@@ -0,0 +1,35 @@
|
||||
#!/bin/sh
|
||||
|
||||
sudo true
|
||||
|
||||
gum style --foreground 4 "
|
||||
INSTALLING PACKAGES:
|
||||
"
|
||||
|
||||
. "$PACKAGES_DIR/install-bash-completion.sh"
|
||||
. "$PACKAGES_DIR/install-bat.sh"
|
||||
. "$PACKAGES_DIR/install-btop.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-light.sh"
|
||||
. "$PACKAGES_DIR/install-mesa-dri.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-seatd.sh"
|
||||
. "$PACKAGES_DIR/install-slurp.sh"
|
||||
. "$PACKAGES_DIR/install-stow.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"
|
||||
Reference in New Issue
Block a user