From 66a4334aee15f39d1b9a1ae329d3654ebaf7418e Mon Sep 17 00:00:00 2001 From: nyx Date: Thu, 31 Oct 2024 14:33:12 -0400 Subject: [PATCH] sort entries alphabetically (#726) Co-authored-by: nyx --- core/tabs/applications-setup/tab_data.toml | 126 ++++++++++----------- 1 file changed, 63 insertions(+), 63 deletions(-) diff --git a/core/tabs/applications-setup/tab_data.toml b/core/tabs/applications-setup/tab_data.toml index d2c59461..c102a5ce 100644 --- a/core/tabs/applications-setup/tab_data.toml +++ b/core/tabs/applications-setup/tab_data.toml @@ -1,50 +1,5 @@ name = "Applications Setup" -[[data]] -name = "Developer Tools" - -[[data.entries]] -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" -task_list = "I" - -[[data.entries]] -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" -task_list = "I FM" - -[[data.entries]] -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" -task_list = "I" - -[[data.entries]] -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" -task_list = "I" - -[[data.entries]] -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" -task_list = "I" - -[[data.entries]] -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" -task_list = "I FI" - -[[data.entries]] -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" -task_list = "I" - [[data]] name = "Communication Apps" @@ -78,21 +33,71 @@ description = "Telegram is a cloud-based messaging app known for its speed and s script = "communication-apps/telegram-setup.sh" task_list = "I" -[[data.entries]] -name = "Zoom" -description = "Zoom is a widely-used video conferencing platform that allows users to host virtual meetings, webinars, and online collaboration with features like screen sharing and recording." -script = "communication-apps/zoom-setup.sh" -task_list = "I" - [[data.entries]] name = "Thunderbird" description = "Thunderbird is a free, open-source email client that offers powerful features like customizable email management, a built-in calendar, and extensive add-ons for enhanced functionality." script = "communication-apps/thunderbird-setup.sh" task_list = "I" +[[data.entries]] +name = "Zoom" +description = "Zoom is a widely-used video conferencing platform that allows users to host virtual meetings, webinars, and online collaboration with features like screen sharing and recording." +script = "communication-apps/zoom-setup.sh" +task_list = "I" + +[[data]] +name = "Developer Tools" + +[[data.entries]] +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" +task_list = "I" + +[[data.entries]] +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" +task_list = "I FI" + +[[data.entries]] +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" +task_list = "I FM" + +[[data.entries]] +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" +task_list = "I" + +[[data.entries]] +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" +task_list = "I" + +[[data.entries]] +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" +task_list = "I" + +[[data.entries]] +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" +task_list = "I" + [[data]] name = "Office Suites" +[[data.entries]] +name = "FreeOffice" +script = "office-suites/freeoffice.sh" +task_list = "I" + [[data.entries]] name = "LibreOffice" script = "office-suites/libreoffice.sh" @@ -103,11 +108,6 @@ name = "OnlyOffice" script = "office-suites/onlyoffice.sh" task_list = "I" -[[data.entries]] -name = "FreeOffice" -script = "office-suites/freeoffice.sh" -task_list = "I" - [[data.entries]] name = "WPS Office" script = "office-suites/wpsoffice.sh" @@ -216,18 +216,18 @@ description = "Bottles allows Windows software, like applications and games, to script = "bottles-setup.sh" task_list = "FI" -[[data]] -name = "DWM-Titus" -description = "DWM is a dynamic window manager for X.\nIt manages windows in tiled, monocle and floating layouts.\nAll of the layouts can be applied dynamically, optimising the environment for the application in use and the task performed.\nThis command installs and configures DWM and a desktop manager.\nThe list of patches applied can be found in CTT's DWM repository\nhttps://github.com/ChrisTitusTech/dwm-titus" -script = "dwmtitus-setup.sh" -task_list = "I PFM SS" - [[data]] name = "Docker" description = "Docker is an open platform that uses OS-level virtualization to deliver software in packages called containers." script = "docker-setup.sh" task_list = "I SS" +[[data]] +name = "DWM-Titus" +description = "DWM is a dynamic window manager for X.\nIt manages windows in tiled, monocle and floating layouts.\nAll of the layouts can be applied dynamically, optimising the environment for the application in use and the task performed.\nThis command installs and configures DWM and a desktop manager.\nThe list of patches applied can be found in CTT's DWM repository\nhttps://github.com/ChrisTitusTech/dwm-titus" +script = "dwmtitus-setup.sh" +task_list = "I PFM SS" + [[data]] name = "Fastfetch" description = "Fastfetch is a neofetch-like tool for fetching system information and displaying it prettily.\nIt is written mainly in C, with performance and customizability in mind.\nThis command installs fastfetch and configures from CTT's mybash repository.\nhttps://github.com/ChrisTitusTech/mybash" @@ -294,4 +294,4 @@ values = [ "wayland", "Wayland" ] name = "ZSH Prompt" 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" +task_list = "I FM" \ No newline at end of file