2024-08-15 07:09:31 +01:00
name = "System Setup"
2024-09-19 22:44:33 +01:00
multi_selectable = false
2024-08-15 07:09:31 +01:00
2024-08-16 16:41:52 +01:00
[ [ data ] ]
name = "Arch Linux"
2024-08-16 16:48:18 +01:00
[ [ data . preconditions ] ]
matches = true
data = "command_exists"
values = [ "pacman" ]
2024-08-16 16:41:52 +01:00
[ [ data . entries ] ]
2024-08-22 23:19:52 +01:00
name = "Arch Server Setup"
2024-09-19 01:17:08 +01:00
description = "This command installs a minimal arch server setup under 5 minutes."
2024-08-22 23:19:52 +01:00
script = "arch/server-setup.sh"
2024-09-22 17:10:05 +01:00
task_list = "full system installation, including partitioning"
2024-08-16 16:41:52 +01:00
[ [ data . entries ] ]
name = "Paru AUR Helper"
2024-09-19 01:17:08 +01:00
description = "Paru is your standard pacman wrapping AUR helper with lots of features and minimal interaction.\nTo know more about AUR helpers visit: https://wiki.archlinux.org/title/AUR_helpers"
2024-08-16 16:41:52 +01:00
script = "arch/paru-setup.sh"
2024-09-22 17:10:05 +01:00
task_list = "installation"
2024-08-16 16:41:52 +01:00
2024-08-22 23:19:52 +01:00
[ [ data . entries ] ]
name = "Yay AUR Helper"
2024-09-19 01:17:08 +01:00
description = "Yet Another Yogurt - An AUR Helper Written in Go.\nTo know more about AUR helpers visit: https://wiki.archlinux.org/title/AUR_helpers"
2024-08-22 23:19:52 +01:00
script = "arch/yay-setup.sh"
2024-09-22 17:10:05 +01:00
task_list = "installation"
2024-08-22 23:19:52 +01:00
2024-08-23 13:36:24 +01:00
[ [ data ] ]
name = "Fedora"
[ [ data . preconditions ] ]
matches = true
data = "command_exists"
2024-09-19 03:13:41 +01:00
values = [ "dnf" ]
2024-08-23 13:36:24 +01:00
2024-09-19 02:34:27 +01:00
[ [ data . entries ] ]
name = "Configure DNF"
2024-09-19 02:44:33 +01:00
description = "Optimizes DNF for parallel downloads"
2024-09-19 02:34:27 +01:00
script = "fedora/configure-dnf.sh"
2024-09-22 17:10:05 +01:00
task_list = "privileged file modification"
2024-09-19 02:34:27 +01:00
[ [ data . entries ] ]
2024-09-22 17:10:05 +01:00
name = "Multimedia Codecs"
2024-09-19 02:34:27 +01:00
script = "fedora/multimedia-codecs.sh"
2024-09-22 17:10:05 +01:00
task_list = "installation"
2024-09-19 02:34:27 +01:00
2024-09-19 03:13:41 +01:00
[ [ data . entries ] ]
2024-09-22 17:10:05 +01:00
name = "Nvidia Proprietary Drivers"
2024-09-19 03:13:41 +01:00
script = "fedora/nvidia-proprietary-driver-setup.sh"
2024-09-22 17:10:05 +01:00
task_list = "installation"
2024-09-19 03:13:41 +01:00
2024-09-19 02:44:33 +01:00
[ [ data . entries ] ]
2024-09-22 17:10:05 +01:00
name = "RPM Fusion"
2024-09-19 02:44:33 +01:00
description = "RPM Fusion provides software that the Fedora Project or Red Hat doesn't want to ship.\nThat software is provided as precompiled RPMs for all current Fedora versions and current Red Hat Enterprise Linux or clones versions; you can use the RPM Fusion repositories with tools like yum and PackageKit.\nFor more information visit: https://rpmfusion.org/"
script = "fedora/rpm-fusion-setup.sh"
2024-09-22 17:10:05 +01:00
task_list = "repo installation"
2024-09-19 02:44:33 +01:00
[ [ data . entries ] ]
2024-09-22 17:10:05 +01:00
name = "Virtualization"
2024-09-19 02:44:33 +01:00
description = "Enables Virtualization through dnf"
script = "fedora/virtualization.sh"
2024-09-22 17:10:05 +01:00
task_list = "installation"
2024-09-19 02:44:33 +01:00
2024-09-19 19:09:51 +01:00
[ [ data ] ]
name = "Auto Mount Drive"
2024-09-19 22:45:05 +01:00
script = "auto-mount.sh"
2024-09-22 17:10:05 +01:00
task_list = "privileged file modification"
2024-09-19 19:09:51 +01:00
[ [ data ] ]
name = "Build Prerequisites"
description = "This script is designed to handle the installation of various software dependencies across different Linux distributions"
2024-09-19 22:45:05 +01:00
script = "compile-setup.sh"
2024-09-22 17:10:05 +01:00
task_list = "installation"
2024-09-19 19:09:51 +01:00
[ [ data ] ]
2024-09-22 17:10:05 +01:00
name = "Docker"
2024-09-19 22:45:05 +01:00
script = "docker-setup.sh"
2024-09-22 17:10:05 +01:00
task_list = "installation, systemd actions"
2024-09-19 19:09:51 +01:00
2024-09-19 01:31:54 +01:00
[ [ data ] ]
name = "Full System Cleanup"
script = "system-cleanup.sh"
2024-09-22 17:10:05 +01:00
task_list = "package removal, privileged file modification"
2024-09-19 01:31:54 +01:00
2024-08-15 07:09:31 +01:00
[ [ data ] ]
name = "Full System Update"
2024-09-19 01:17:08 +01:00
description = "This command updates your system to the latest packages available for your distro"
2024-08-15 07:09:31 +01:00
script = "system-update.sh"
2024-09-22 17:10:05 +01:00
task_list = "privileged file modification"
2024-08-15 07:09:31 +01:00
[ [ data ] ]
name = "Gaming Dependencies"
2024-09-19 01:17:08 +01:00
description = "This script is designed to handle the installation of gaming dependencies across different Linux distributions"
2024-09-19 22:45:05 +01:00
script = "gaming-setup.sh"
2024-09-22 17:10:05 +01:00
task_list = "installation"
2024-08-15 07:09:31 +01:00
[ [ data ] ]
name = "Global Theme"
2024-09-19 01:17:08 +01:00
description = "This script is designed to handle the installation and configuration of global theming"
2024-09-19 22:45:05 +01:00
script = "global-theme.sh"
2024-09-22 17:10:05 +01:00
task_list = "installation, privileged file modification"
2024-08-15 07:09:31 +01:00
2024-09-19 19:09:51 +01:00
[ [ data ] ]
2024-09-22 17:10:05 +01:00
name = "Grub Theme"
2024-09-19 22:45:05 +01:00
script = "grub-theme.sh"
2024-09-22 17:10:05 +01:00
task_list = "privileged file modification"
2024-09-19 19:09:51 +01:00
2024-08-15 07:09:31 +01:00
[ [ data ] ]
name = "Remove Snaps"
2024-09-19 01:17:08 +01:00
description = "This script is designed to remove snap"
2024-09-19 22:45:05 +01:00
script = "remove-snaps.sh"
2024-09-22 17:10:05 +01:00
task_list = "package removal"
2024-09-18 15:22:10 +01:00
[ [ data ] ]
2024-09-22 17:10:05 +01:00
name = "SSH-Samba"
2024-09-19 22:45:05 +01:00
script = "samba-ssh-setup.sh"
2024-09-22 17:10:05 +01:00
task_list = "installation, systemd actions, privileged file modification"