Skip to content

Commit

Permalink
Move linutil to its own dir
Browse files Browse the repository at this point in the history
  • Loading branch information
nnyyxxxx committed Sep 23, 2024
1 parent d38d7a1 commit 8f35c61
Showing 1 changed file with 15 additions and 22 deletions.
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-installer.sh"
task_list = "I"

[[data.entries]]
name = "Linutil Updater"
description = "Updates your local Linutil crate installation."
script = "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

0 comments on commit 8f35c61

Please sign in to comment.