initial commit
This commit is contained in:
parent
212a05d71a
commit
e1427912f5
80 changed files with 8684 additions and 0 deletions
38
core/tabs/applications-setup/tab_data.toml
Normal file
38
core/tabs/applications-setup/tab_data.toml
Normal file
|
@ -0,0 +1,38 @@
|
|||
name = "Applications Setup"
|
||||
multi_selectable = false
|
||||
|
||||
[[data]]
|
||||
name = "Fastfetch"
|
||||
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"
|
||||
script = "fastfetch-setup.sh"
|
||||
task_list = "I"
|
||||
|
||||
[[data]]
|
||||
name = "Flatpak / Flathub"
|
||||
description = "Flatpak is a universal application sandbox for Linux that uses isolated packages from Flathub to prevent conflicts and system alterations, while alleviating dependency concerns.\nThis command installs Flatpak and adds the Flathub repository"
|
||||
script = "setup-flatpak.sh"
|
||||
task_list = "I"
|
||||
|
||||
[[data]]
|
||||
name = "github-desktop"
|
||||
description = "GitHub Desktop is a free Git client that allows you to manage your GitHub repositories on your desktop."
|
||||
script = "githubdesktop-setup.sh"
|
||||
task_list = "I"
|
||||
|
||||
[[data]]
|
||||
name = "xmrig"
|
||||
description = "xmrig is a CPU miner for the Monero cryptocurrency."
|
||||
script = "xmrig.sh"
|
||||
task_list = "I"
|
||||
|
||||
[[data]]
|
||||
name = "yazi"
|
||||
description = "yazi is a terminal file manager with a minimal UI and a focus on performance."
|
||||
script = "yazi.sh"
|
||||
task_list = "I"
|
||||
|
||||
[[data]]
|
||||
name = "ytgo"
|
||||
description = "ytgo is a command-line tool for searching and watching YouTube videos from the terminal."
|
||||
script = "ytgo.sh"
|
||||
task_list = "I"
|
Loading…
Add table
Add a link
Reference in a new issue