Skip to content

Commit 5964d84

Browse files
Merge upsteam/main
1 parent be2bfc4 commit 5964d84

File tree

1 file changed

+70
-64
lines changed

1 file changed

+70
-64
lines changed

core/tabs/applications-setup/tab_data.toml

Lines changed: 70 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,104 +1,109 @@
11
name = "Applications Setup"
22

33
[[data]]
4-
name = "Developer Tools"
4+
name = "Communication Apps"
55

66
[[data.entries]]
7-
name = "Github Desktop"
8-
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."
9-
script = "Developer-tools/githubdesktop-setup.sh"
7+
name = "Discord"
8+
description = "Discord is a versatile communication platform for gamers and communities, offering voice, video, and text chat features."
9+
script = "communication-apps/discord-setup.sh"
1010
task_list = "I"
1111

1212
[[data.entries]]
13-
name = "JetBrains Toolbox"
14-
description = "JetBrains Toolbox is a collection of tools and an app that help developers work with JetBrains products."
15-
script = "Developer-tools/jetbrains-toolbox.sh"
13+
name = "Jitsi"
14+
description = "Jitsi Meet is an open-source video conferencing tool that allows users to host and join secure meetings directly from their web browsers without the need for downloads."
15+
script = "communication-apps/jitsi-setup.sh"
1616
task_list = "I"
1717

1818
[[data.entries]]
19-
name = "Neovim"
20-
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"
21-
script = "Developer-tools/neovim-setup.sh"
22-
task_list = "I FM"
23-
24-
[[data.entries]]
25-
name = "Sublime Text"
26-
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."
27-
script = "Developer-tools/sublime-setup.sh"
19+
name = "Signal"
20+
description = "Signal is a privacy-focused messaging app that provides end-to-end encryption for secure text, voice, and video communication."
21+
script = "communication-apps/signal-setup.sh"
2822
task_list = "I"
2923

3024
[[data.entries]]
31-
name = "VS Code"
32-
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."
33-
script = "Developer-tools/vscode-setup.sh"
25+
name = "Slack"
26+
description = "Slack is a collaboration platform designed for team communication, featuring channels, direct messaging, file sharing, and integrations with various productivity tools."
27+
script = "communication-apps/slack-setup.sh"
3428
task_list = "I"
3529

3630
[[data.entries]]
37-
name = "VS Codium"
38-
description = "VSCodium is a free, open-source version of Visual Studio Code (VS Code) that removes Microsoft-specific telemetry and branding."
39-
script = "Developer-tools/vscodium-setup.sh"
31+
name = "Telegram"
32+
description = "Telegram is a cloud-based messaging app known for its speed and security, offering features like group chats, channels, and end-to-end encrypted calls."
33+
script = "communication-apps/telegram-setup.sh"
4034
task_list = "I"
4135

4236
[[data.entries]]
43-
name = "Meld"
44-
description = "Meld is a visual diff and merge tool that helps compare files, directories, and version-controlled projects."
45-
script = "Developer-tools/meld-setup.sh"
46-
task_list = "I FI"
37+
name = "Thunderbird"
38+
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."
39+
script = "communication-apps/thunderbird-setup.sh"
40+
task_list = "I"
4741

4842
[[data.entries]]
49-
name = "Ngrok"
50-
description = "Ngrok is a tool that creates secure, temporary tunnels to expose local servers to the internet for testing and development."
51-
script = "Developer-tools/ngrok-setup.sh"
43+
name = "Zoom"
44+
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."
45+
script = "communication-apps/zoom-setup.sh"
5246
task_list = "I"
5347

5448
[[data]]
55-
name = "Communication Apps"
49+
name = "Developer Tools"
5650

5751
[[data.entries]]
58-
name = "Discord"
59-
description = "Discord is a versatile communication platform for gamers and communities, offering voice, video, and text chat features."
60-
script = "communication-apps/discord-setup.sh"
52+
name = "Github Desktop"
53+
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."
54+
script = "Developer-tools/githubdesktop-setup.sh"
6155
task_list = "I"
6256

6357
[[data.entries]]
64-
name = "Jitsi"
65-
description = "Jitsi Meet is an open-source video conferencing tool that allows users to host and join secure meetings directly from their web browsers without the need for downloads."
66-
script = "communication-apps/jitsi-setup.sh"
58+
name = "JetBrains Toolbox"
59+
description = "JetBrains Toolbox is a collection of tools and an app that help developers work with JetBrains products."
60+
script = "Developer-tools/jetbrains-toolbox.sh"
6761
task_list = "I"
6862

6963
[[data.entries]]
70-
name = "Signal"
71-
description = "Signal is a privacy-focused messaging app that provides end-to-end encryption for secure text, voice, and video communication."
72-
script = "communication-apps/signal-setup.sh"
73-
task_list = "I"
64+
name = "Meld"
65+
description = "Meld is a visual diff and merge tool that helps compare files, directories, and version-controlled projects."
66+
script = "Developer-tools/meld-setup.sh"
67+
task_list = "I FI"
7468

7569
[[data.entries]]
76-
name = "Slack"
77-
description = "Slack is a collaboration platform designed for team communication, featuring channels, direct messaging, file sharing, and integrations with various productivity tools."
78-
script = "communication-apps/slack-setup.sh"
70+
name = "Neovim"
71+
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"
72+
script = "Developer-tools/neovim-setup.sh"
73+
task_list = "I FM"
74+
75+
[[data.entries]]
76+
name = "Ngrok"
77+
description = "Ngrok is a tool that creates secure, temporary tunnels to expose local servers to the internet for testing and development."
78+
script = "Developer-tools/ngrok-setup.sh"
7979
task_list = "I"
8080

8181
[[data.entries]]
82-
name = "Telegram"
83-
description = "Telegram is a cloud-based messaging app known for its speed and security, offering features like group chats, channels, and end-to-end encrypted calls."
84-
script = "communication-apps/telegram-setup.sh"
82+
name = "Sublime Text"
83+
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."
84+
script = "Developer-tools/sublime-setup.sh"
8585
task_list = "I"
8686

8787
[[data.entries]]
88-
name = "Zoom"
89-
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."
90-
script = "communication-apps/zoom-setup.sh"
88+
name = "VS Code"
89+
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."
90+
script = "Developer-tools/vscode-setup.sh"
9191
task_list = "I"
9292

9393
[[data.entries]]
94-
name = "Thunderbird"
95-
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."
96-
script = "communication-apps/thunderbird-setup.sh"
94+
name = "VS Codium"
95+
description = "VSCodium is a free, open-source version of Visual Studio Code (VS Code) that removes Microsoft-specific telemetry and branding."
96+
script = "Developer-tools/vscodium-setup.sh"
9797
task_list = "I"
9898

9999
[[data]]
100100
name = "Office Suites"
101101

102+
[[data.entries]]
103+
name = "FreeOffice"
104+
script = "office-suites/freeoffice.sh"
105+
task_list = "I"
106+
102107
[[data.entries]]
103108
name = "LibreOffice"
104109
script = "office-suites/libreoffice.sh"
@@ -109,11 +114,6 @@ name = "OnlyOffice"
109114
script = "office-suites/onlyoffice.sh"
110115
task_list = "I"
111116

112-
[[data.entries]]
113-
name = "FreeOffice"
114-
script = "office-suites/freeoffice.sh"
115-
task_list = "I"
116-
117117
[[data.entries]]
118118
name = "WPS Office"
119119
script = "office-suites/wpsoffice.sh"
@@ -192,6 +192,12 @@ description = "Vivaldi is a freeware, cross-platform web browser developed by Vi
192192
script = "browsers/vivaldi.sh"
193193
task_list = "I"
194194

195+
[[data.entries]]
196+
name = "waterfox"
197+
description = "Waterfox is the privacy-focused web browser engineered to give you speed, control, and peace of mind on the internet."
198+
script = "browsers/waterfox.sh"
199+
task_list = "FI"
200+
195201
[[data]]
196202
name = "Alacritty"
197203
description = "Alacritty is a modern terminal emulator that comes with sensible defaults, but allows for extensive configuration. By integrating with other applications, rather than reimplementing their functionality, it manages to provide a flexible set of features with high performance. The supported platforms currently consist of BSD, Linux, macOS and Windows.\nThis command installs and condifures alacritty terminal emulator."
@@ -216,18 +222,18 @@ description = "Bottles allows Windows software, like applications and games, to
216222
script = "bottles-setup.sh"
217223
task_list = "FI"
218224

219-
[[data]]
220-
name = "DWM-Titus"
221-
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"
222-
script = "dwmtitus-setup.sh"
223-
task_list = "I PFM SS"
224-
225225
[[data]]
226226
name = "Docker"
227227
description = "Docker is an open platform that uses OS-level virtualization to deliver software in packages called containers."
228228
script = "docker-setup.sh"
229229
task_list = "I SS"
230230

231+
[[data]]
232+
name = "DWM-Titus"
233+
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"
234+
script = "dwmtitus-setup.sh"
235+
task_list = "I PFM SS"
236+
231237
[[data]]
232238
name = "Fastfetch"
233239
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 +300,4 @@ values = [ "wayland", "Wayland" ]
294300
name = "ZSH Prompt"
295301
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."
296302
script = "zsh-setup.sh"
297-
task_list = "I FM"
303+
task_list = "I FM"

0 commit comments

Comments
 (0)