From de98efbb8b948d1fa5c46140776eaec95981e672 Mon Sep 17 00:00:00 2001 From: JEEVITHA KANNAN K S Date: Fri, 20 Sep 2024 03:15:05 +0530 Subject: [PATCH] Rename system-setup scripts (#542) --- .../{9-auto-mount.sh => auto-mount.sh} | 0 .../{1-compile-setup.sh => compile-setup.sh} | 0 .../{6-docker-setup.sh => docker-setup.sh} | 0 .../{2-gaming-setup.sh => gaming-setup.sh} | 0 .../{3-global-theme.sh => global-theme.sh} | 0 .../{7-grub-theme.sh => grub-theme.sh} | 0 .../{4-remove-snaps.sh => remove-snaps.sh} | 0 .../{5-samba-ssh-setup.sh => samba-ssh-setup.sh} | 0 tabs/system-setup/tab_data.toml | 16 ++++++++-------- 9 files changed, 8 insertions(+), 8 deletions(-) rename tabs/system-setup/{9-auto-mount.sh => auto-mount.sh} (100%) rename tabs/system-setup/{1-compile-setup.sh => compile-setup.sh} (100%) rename tabs/system-setup/{6-docker-setup.sh => docker-setup.sh} (100%) rename tabs/system-setup/{2-gaming-setup.sh => gaming-setup.sh} (100%) rename tabs/system-setup/{3-global-theme.sh => global-theme.sh} (100%) rename tabs/system-setup/{7-grub-theme.sh => grub-theme.sh} (100%) rename tabs/system-setup/{4-remove-snaps.sh => remove-snaps.sh} (100%) rename tabs/system-setup/{5-samba-ssh-setup.sh => samba-ssh-setup.sh} (100%) diff --git a/tabs/system-setup/9-auto-mount.sh b/tabs/system-setup/auto-mount.sh similarity index 100% rename from tabs/system-setup/9-auto-mount.sh rename to tabs/system-setup/auto-mount.sh diff --git a/tabs/system-setup/1-compile-setup.sh b/tabs/system-setup/compile-setup.sh similarity index 100% rename from tabs/system-setup/1-compile-setup.sh rename to tabs/system-setup/compile-setup.sh diff --git a/tabs/system-setup/6-docker-setup.sh b/tabs/system-setup/docker-setup.sh similarity index 100% rename from tabs/system-setup/6-docker-setup.sh rename to tabs/system-setup/docker-setup.sh diff --git a/tabs/system-setup/2-gaming-setup.sh b/tabs/system-setup/gaming-setup.sh similarity index 100% rename from tabs/system-setup/2-gaming-setup.sh rename to tabs/system-setup/gaming-setup.sh diff --git a/tabs/system-setup/3-global-theme.sh b/tabs/system-setup/global-theme.sh similarity index 100% rename from tabs/system-setup/3-global-theme.sh rename to tabs/system-setup/global-theme.sh diff --git a/tabs/system-setup/7-grub-theme.sh b/tabs/system-setup/grub-theme.sh similarity index 100% rename from tabs/system-setup/7-grub-theme.sh rename to tabs/system-setup/grub-theme.sh diff --git a/tabs/system-setup/4-remove-snaps.sh b/tabs/system-setup/remove-snaps.sh similarity index 100% rename from tabs/system-setup/4-remove-snaps.sh rename to tabs/system-setup/remove-snaps.sh diff --git a/tabs/system-setup/5-samba-ssh-setup.sh b/tabs/system-setup/samba-ssh-setup.sh similarity index 100% rename from tabs/system-setup/5-samba-ssh-setup.sh rename to tabs/system-setup/samba-ssh-setup.sh diff --git a/tabs/system-setup/tab_data.toml b/tabs/system-setup/tab_data.toml index 0508c579..22612d94 100644 --- a/tabs/system-setup/tab_data.toml +++ b/tabs/system-setup/tab_data.toml @@ -57,16 +57,16 @@ script = "fedora/virtualization.sh" [[data]] name = "Auto Mount Drive" -script = "9-auto-mount.sh" +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 = "1-compile-setup.sh" +script = "compile-setup.sh" [[data]] name = "Docker Setup" -script = "6-docker-setup.sh" +script = "docker-setup.sh" [[data]] name = "Full System Cleanup" @@ -80,22 +80,22 @@ 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 = "2-gaming-setup.sh" +script = "gaming-setup.sh" [[data]] name = "Global Theme" description = "This script is designed to handle the installation and configuration of global theming" -script = "3-global-theme.sh" +script = "global-theme.sh" [[data]] name = "Grub Theme Setup" -script = "7-grub-theme.sh" +script = "grub-theme.sh" [[data]] name = "Remove Snaps" description = "This script is designed to remove snap" -script = "4-remove-snaps.sh" +script = "remove-snaps.sh" [[data]] name = "SSH-Samba Setup" -script = "5-samba-ssh-setup.sh" +script = "samba-ssh-setup.sh"