From 191b443d41784894eb8a96062fa554d619f5a8ad Mon Sep 17 00:00:00 2001 From: nnyyxxxx Date: Mon, 23 Sep 2024 11:15:15 -0400 Subject: [PATCH 1/3] rename entries to keep synergy --- core/tabs/applications-setup/tab_data.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/tabs/applications-setup/tab_data.toml b/core/tabs/applications-setup/tab_data.toml index f5ed12e5c..e7379b96c 100644 --- a/core/tabs/applications-setup/tab_data.toml +++ b/core/tabs/applications-setup/tab_data.toml @@ -137,13 +137,13 @@ script = "fastfetch-setup.sh" task_list = "I FM" [[data]] -name = "Flatpak / Flathub" +name = "Flatpak" description = "Flatpak is a universal application sandbox for Linux that uses isolated packages from Flathub to prevent conflicts and system alterations, while alleviating dependency concerns.\nThis command installs Flatpak and adds the Flathub repository" script = "setup-flatpak.sh" task_list = "I" [[data]] -name = "Grub Theme" +name = "Grub" script = "grub-theme.sh" task_list = "PFM" @@ -198,7 +198,7 @@ data = { environment = "XDG_SESSION_TYPE" } values = [ "wayland", "Wayland" ] [[data]] -name = "ZSH Prompt" +name = "ZSH" description = "The Z shell is a Unix shell that can be used as an interactive login shell and as a command interpreter for shell scripting. Zsh is an extended Bourne shell with many improvements, including some features of Bash, ksh, and tcsh.\nThis command installs ZSH prompt and provides basic configuration." script = "zsh-setup.sh" task_list = "I FM" From 094b256d56b624b8c17a4cce00faa6ac2f8a0420 Mon Sep 17 00:00:00 2001 From: nnyyxxxx Date: Mon, 23 Sep 2024 11:25:58 -0400 Subject: [PATCH 2/3] remove prompt from bash --- core/tabs/applications-setup/tab_data.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tabs/applications-setup/tab_data.toml b/core/tabs/applications-setup/tab_data.toml index e7379b96c..35678aabf 100644 --- a/core/tabs/applications-setup/tab_data.toml +++ b/core/tabs/applications-setup/tab_data.toml @@ -103,7 +103,7 @@ script = "android-debloat.sh" task_list = "I" [[data]] -name = "Bash Prompt" +name = "Bash" description = "The .bashrc file is a script that runs every time a new terminal session is started in Unix-like operating systems.\nIt is used to configure the shell session, set up aliases, define functions, and more, making the terminal easier to use and more powerful.\nThis command configures the key sections and functionalities defined in the .bashrc file from CTT's mybash repository.\nhttps://github.com/ChrisTitusTech/mybash" script = "mybash-setup.sh" task_list = "I FM" From 80f3da2b910de596bf227132e8b8e2861840479f Mon Sep 17 00:00:00 2001 From: nyx Date: Sat, 28 Sep 2024 18:22:04 -0400 Subject: [PATCH 3/3] rename grub theme to grub --- core/tabs/applications-setup/tab_data.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tabs/applications-setup/tab_data.toml b/core/tabs/applications-setup/tab_data.toml index 0ee330ca2..84cf1abc5 100644 --- a/core/tabs/applications-setup/tab_data.toml +++ b/core/tabs/applications-setup/tab_data.toml @@ -190,7 +190,7 @@ script = "setup-flatpak.sh" task_list = "I" [[data]] -name = "Grub Theme" +name = "Grub" description = "Installs ChrisTitusTech's Top 5 Bootloader Themes script to allow for easy customization of GRUB." script = "grub-theme.sh" task_list = "PFM"