Skip to content
Closed
Show file tree
Hide file tree
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
18 changes: 9 additions & 9 deletions core/tabs/applications-setup/tab_data.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,37 @@ name = "Applications Setup"
name = "Developer TOols"

[[data.entries]]
name = "Install Github Desktop"
name = "Github Desktop"
description = "GitHub Desktop is a user-friendly application that simplifies the process of managing Git repositories and interacting with GitHub, providing a graphical interface for tasks like committing, branching, and syncing changes."
script = "Developer-tools/githubdesktop-setup.sh"

[[data.entries]]
name = "Setup Neovim"
name = "Neovim"
description = "Neovim is a refactor, and sometimes redactor, in the tradition of Vim.\nIt is not a rewrite but a continuation and extension of Vim.\nThis command configures neovim from CTT's neovim configuration.\nhttps://github.com/ChrisTitusTech/neovim"
script = "Developer-tools/neovim-setup.sh"

[[data.entries]]
name = "Install Sublime"
name = "Sublime Text"
description = "Sublime Text is a fast, lightweight, and customizable text editor known for its simplicity, powerful features, and wide range of plugins for various programming languages."
script = "Developer-tools/sublime-setup.sh"

[[data.entries]]
name = "Install VS Code"
name = "VS Code"
description = "Visual Studio Code (VS Code) is a lightweight, open-source code editor with built-in support for debugging, version control, and extensions for various programming languages and frameworks."
script = "Developer-tools/vscode-setup.sh"

[[data.entries]]
name = "Install VS Codium"
name = "VS Codium"
description = "VSCodium is a free, open-source version of Visual Studio Code (VS Code) that removes Microsoft-specific telemetry and branding."
script = "Developer-tools/vscodium-setup.sh"

[[data.entries]]
name = "Install Meld"
name = "Meld"
description = "Meld is a visual diff and merge tool that helps compare files, directories, and version-controlled projects."
script = "Developer-tools/meld-setup.sh"

[[data.entries]]
name = "Install Ngrok"
name = "Ngrok"
description = "Ngrok is a tool that creates secure, temporary tunnels to expose local servers to the internet for testing and development."
script = "Developer-tools/ngrok-setup.sh"

Expand All @@ -49,7 +49,7 @@ description = "The .bashrc file is a script that runs every time a new terminal
script = "mybash-setup.sh"

[[data]]
name = "Bottles setup"
name = "Bottles"
script = "bottles-setup.sh"

[[data]]
Expand Down Expand Up @@ -108,6 +108,6 @@ description = "Rofi is a window switcher, run dialog, ssh-launcher and dmenu rep
script = "rofi-setup.sh"

[[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"
2 changes: 1 addition & 1 deletion core/tabs/gaming/tab_data.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ name = "Gaming"
name = "Diablo II Resurrected"

[[data.entries]]
name = "Loot Filter Install"
name = "Loot Filters"
description = "This is a loot filter for Diablo II Resurrected.\nIt's designed to be a simple, clean, and easy to read loot filter that highlights the most important items.\nWorks on battle.net and single player.\nNo frills, no config, just highlights high runes and other valuable items.\nFor more information visit: https://github.com/ChrisTitusTech/d2r-loot-filter"
script = "diablo-ii/d2r-loot-filters.sh"
10 changes: 5 additions & 5 deletions core/tabs/system-setup/tab_data.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data = "command_exists"
values = ["pacman"]

[[data.entries]]
name = "Arch Server Setup"
name = "Arch-Titus"
description = "This command installs a minimal arch server setup under 5 minutes."
script = "arch/server-setup.sh"

Expand Down Expand Up @@ -38,20 +38,20 @@ description = "Optimizes DNF for parallel downloads"
script = "fedora/configure-dnf.sh"

[[data.entries]]
name = "Multimedia Setup"
name = "Multimedia Codecs"
script = "fedora/multimedia-codecs.sh"

[[data.entries]]
name = "Nvidia Proprietary Driver Setup"
name = "Nvidia Proprietary Driver"
script = "fedora/nvidia-proprietary-driver-setup.sh"

[[data.entries]]
name = "RPM Fusion Setup"
name = "RPM Fusion"
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"
name = "Virtualization"
description = "Enables Virtualization through dnf"
script = "fedora/virtualization.sh"

Expand Down