mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 21:28:48 +00:00
102 lines
2.9 KiB
TOML
102 lines
2.9 KiB
TOML
name = "System Setup"
|
|
multi_selectable = false
|
|
|
|
[[data]]
|
|
name = "Arch Linux"
|
|
|
|
[[data.preconditions]]
|
|
matches = true
|
|
data = "command_exists"
|
|
values = ["pacman"]
|
|
|
|
[[data.entries]]
|
|
name = "Arch Server Setup"
|
|
description = "This command installs a minimal arch server setup under 5 minutes."
|
|
script = "arch/server-setup.sh"
|
|
|
|
[[data.entries]]
|
|
name = "Paru AUR Helper"
|
|
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"
|
|
script = "arch/paru-setup.sh"
|
|
|
|
[[data.entries]]
|
|
name = "Yay AUR Helper"
|
|
description = "Yet Another Yogurt - An AUR Helper Written in Go.\nTo know more about AUR helpers visit: https://wiki.archlinux.org/title/AUR_helpers"
|
|
script = "arch/yay-setup.sh"
|
|
|
|
[[data]]
|
|
name = "Fedora"
|
|
|
|
[[data.preconditions]]
|
|
matches = true
|
|
data = "command_exists"
|
|
values = ["dnf"]
|
|
|
|
[[data.entries]]
|
|
name = "Configure DNF"
|
|
description = "Optimizes DNF for parallel downloads"
|
|
script = "fedora/configure-dnf.sh"
|
|
|
|
[[data.entries]]
|
|
name = "Multimedia Setup"
|
|
script = "fedora/multimedia-codecs.sh"
|
|
|
|
[[data.entries]]
|
|
name = "Nvidia Proprietary Driver Setup"
|
|
script = "fedora/nvidia-proprietary-driver-setup.sh"
|
|
|
|
[[data.entries]]
|
|
name = "RPM Fusion Setup"
|
|
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"
|
|
|
|
[[data.entries]]
|
|
name = "Virtualization Setup"
|
|
description = "Enables Virtualization through dnf"
|
|
script = "fedora/virtualization.sh"
|
|
|
|
[[data]]
|
|
name = "Auto Mount Drive"
|
|
script = "auto-mount.sh"
|
|
|
|
[[data]]
|
|
name = "Build Prerequisites"
|
|
description = "This script is designed to handle the installation of various software dependencies across different Linux distributions"
|
|
script = "compile-setup.sh"
|
|
|
|
[[data]]
|
|
name = "Docker Setup"
|
|
script = "docker-setup.sh"
|
|
|
|
[[data]]
|
|
name = "Full System Cleanup"
|
|
script = "system-cleanup.sh"
|
|
|
|
[[data]]
|
|
name = "Full System Update"
|
|
description = "This command updates your system to the latest packages available for your distro"
|
|
script = "system-update.sh"
|
|
|
|
[[data]]
|
|
name = "Gaming Dependencies"
|
|
description = "This script is designed to handle the installation of gaming dependencies across different Linux distributions"
|
|
script = "gaming-setup.sh"
|
|
|
|
[[data]]
|
|
name = "Global Theme"
|
|
description = "This script is designed to handle the installation and configuration of global theming"
|
|
script = "global-theme.sh"
|
|
|
|
[[data]]
|
|
name = "Grub Theme Setup"
|
|
script = "grub-theme.sh"
|
|
|
|
[[data]]
|
|
name = "Remove Snaps"
|
|
description = "This script is designed to remove snap"
|
|
script = "remove-snaps.sh"
|
|
|
|
[[data]]
|
|
name = "SSH-Samba Setup"
|
|
script = "samba-ssh-setup.sh"
|