Skip to content

Commit 596f278

Browse files
alpha the app list
1 parent 6cd7818 commit 596f278

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

tabs/applications-setup/tab_data.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
name = "Applications Setup"
22

3-
[[data]]
4-
name = "Setup Flatpak / Flathub"
5-
script = "setup-flatpak.sh"
6-
73
[[data]]
84
name = "Alacritty"
95
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."
@@ -19,6 +15,11 @@ name = "DWM-Titus"
1915
description = "DWM is a dynamic window manager for X.\nIt manages windows in tiled, monocle and floating layouts.\nAll of the layouts can be applied dynamically, optimising the environment for the application in use and the task performed.\nThis command installs and configures DWM and a desktop manager.\nThe list of patches applied can be found in CTT's DWM repository\nhttps://github.com/ChrisTitusTech/dwm-titus"
2016
script = "dwmtitus-setup.sh"
2117

18+
[[data]]
19+
name = "Fastfetch"
20+
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"
21+
script = "fastfetch-setup.sh"
22+
2223
[[data]]
2324
name = "Kitty"
2425
description = "kitty is a free and open-source GPU-accelerated terminal emulator for Linux, macOS, and some BSD distributions, focused on performance and features.\nkitty is written in a mix of C and Python programming languages.\n This command installs and configures kitty."
@@ -34,12 +35,11 @@ name = "Rofi"
3435
description = "Rofi is a window switcher, run dialog, ssh-launcher and dmenu replacement that started as a clone of simpleswitcher, written by Sean Pringle and later expanded by Dave Davenport.\nThis command installs and configures rofi with configuration from CTT's DWM repo.\nhttps://github.com/ChrisTitusTech/dwm-titus"
3536
script = "rofi-setup.sh"
3637

38+
[[data]]
39+
name = "Setup Flatpak / Flathub"
40+
script = "setup-flatpak.sh"
41+
3742
[[data]]
3843
name = "ZSH Prompt"
3944
description = "The Z shell is a Unix shell that can be used as an interactive login shell and as a command interpreter for shell scripting. Zsh is an extended Bourne shell with many improvements, including some features of Bash, ksh, and tcsh.\nThis command installs ZSH prompt and provides basic configuration."
4045
script = "zsh-setup.sh"
41-
42-
[[data]]
43-
name = "Fastfetch"
44-
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"
45-
script = "fastfetch-setup.sh"

0 commit comments

Comments
 (0)