2024-08-15 07:09:31 +01:00
|
|
|
name = "Applications Setup"
|
|
|
|
|
|
|
|
[[data]]
|
|
|
|
name = "Alacritty"
|
|
|
|
script = "alacritty-setup.sh"
|
|
|
|
|
|
|
|
[[data]]
|
|
|
|
name = "Bash Prompt"
|
|
|
|
command = "bash -c \"$(curl -s https://raw.githubusercontent.com/ChrisTitusTech/mybash/main/setup.sh)\""
|
|
|
|
|
|
|
|
[[data]]
|
|
|
|
name = "DWM-Titus"
|
|
|
|
script = "dwmtitus-setup.sh"
|
|
|
|
|
|
|
|
[[data]]
|
|
|
|
name = "Kitty"
|
|
|
|
script = "kitty-setup.sh"
|
|
|
|
|
|
|
|
[[data]]
|
|
|
|
name = "Neovim"
|
|
|
|
command = "bash -c \"$(curl -s https://raw.githubusercontent.com/ChrisTitusTech/neovim/main/setup.sh)\""
|
|
|
|
|
|
|
|
[[data]]
|
|
|
|
name = "Rofi"
|
|
|
|
script = "rofi-setup.sh"
|
|
|
|
|
|
|
|
[[data]]
|
|
|
|
name = "ZSH Prompt"
|
|
|
|
script = "zsh-setup.sh"
|
2024-09-16 02:11:48 +01:00
|
|
|
|
|
|
|
[[data]]
|
|
|
|
name = "Fastfetch"
|
|
|
|
script = "fastfetch-setup.sh"
|