diff --git a/core/tabs/applications-setup/tab_data.toml b/core/tabs/applications-setup/tab_data.toml index 141772bfe..84cf1abc5 100644 --- a/core/tabs/applications-setup/tab_data.toml +++ b/core/tabs/applications-setup/tab_data.toml @@ -154,7 +154,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" @@ -184,13 +184,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" description = "Installs ChrisTitusTech's Top 5 Bootloader Themes script to allow for easy customization of GRUB." script = "grub-theme.sh" task_list = "PFM" @@ -246,7 +246,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"