added waterfox browser

This commit is contained in:
hexisXz 2024-09-30 02:57:04 +00:00
parent 3911cf61e8
commit ce764c03c7
2 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "linutil_core"
description = "The backend of Linutil."
repository = "https://github.com/ChrisTitusTech/linutil/tree/main/core"
repository = "https://github.com/hexisXz/linutil/tree/main/core"
edition = "2021"
version.workspace = true
license.workspace = true

View File

@ -141,6 +141,12 @@ description = "Vivaldi is a freeware, cross-platform web browser developed by Vi
script = "browsers/vivaldi.sh"
task_list = "I"
[[data.entries]]
name = "waterfox"
description = "Waterfox is the privacy-focused web browser engineered to give you speed, control, and peace of mind on the internet."
script = "browsers/waterfox.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."