Skip to content

Commit

Permalink
Move ZapZap entry to communication apps, remove redundant zoom entry (C…
Browse files Browse the repository at this point in the history
…hrisTitusTech#925)

* refact: ZapZap entry to communication apps, remove redundant zoom entry

* Revert userguide.md zapzap
  • Loading branch information
jeevithakannan2 authored Dec 5, 2024
1 parent 15c40d1 commit 987f5da
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions core/tabs/applications-setup/tab_data.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ description = "Thunderbird is a free, open-source email client that offers power
script = "communication-apps/thunderbird-setup.sh"
task_list = "I"

[[data.entries]]
name = "ZapZap"
description = "ZapZap is an open source whatsapp desktop client for Linux users developed by rafatosta."
script = "communication-apps/zapzap-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."
Expand Down Expand Up @@ -84,17 +90,6 @@ description = "Sublime Text is a fast, lightweight, and customizable text editor
script = "Developer-tools/sublime-setup.sh"
task_list = "I"

[[data.entries]]
name = "ZapZap"
description = "ZapZap is an open source whatsapp desktop client for Linux users developed by rafatosta."
script = "communication-apps/zapzap-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"

[[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."
Expand Down

0 comments on commit 987f5da

Please sign in to comment.