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
37 changes: 15 additions & 22 deletions core/tabs/applications-setup/tab_data.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,21 @@ description = "Thunderbird is a free, open-source email client that offers power
script = "communication-apps/thunderbird-setup.sh"
task_list = "I"

[[data]]
name = "Linutil"

[[data.entries]]
name = "Linutil Installer"
description = "Installs a distro-specific Linutil package locally."
script = "linutil/linutil-installer.sh"
task_list = "I"

[[data.entries]]
name = "Linutil Updater"
description = "Updates your local Linutil crate installation."
script = "linutil/linutil-updater.sh"
task_list = "I"

[[data]]
name = "Alacritty"
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."
Expand Down Expand Up @@ -153,28 +168,6 @@ description = "kitty is a free and open-source GPU-accelerated terminal emulator
script = "kitty-setup.sh"
task_list = "I FM"

[[data]]
name = "Linutil Installer"
description = "Installs a distro-specific Linutil package locally."
script = "linutil-installer.sh"
task_list = "I"

[[data.preconditions]]
matches = false
data = "command_exists"
values = [ "linutil" ]

[[data]]
name = "Linutil Updater"
description = "Updates your local Linutil crate installation."
script = "linutil-updater.sh"
task_list = "I"

[[data.preconditions]]
matches = true
data = "command_exists"
values = [ "linutil" ]

[[data]]
name = "Office Suite"
description = "An office suite installer is a software package that installs productivity tools such as word processing, spreadsheets, presentations, and pdf viewers for business and personal use."
Expand Down