Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename entries to keep synergy #651

Closed
wants to merge 4 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions core/tabs/applications-setup/tab_data.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Loading