mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-04-05 03:37:04 +01:00
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "Applications Setup",
|
|
"data": [
|
|
{
|
|
"script": {
|
|
"name": "Alacritty",
|
|
"data": "alacritty-setup.sh"
|
|
}
|
|
},
|
|
{
|
|
"command": {
|
|
"name": "Bash Prompt",
|
|
"data": "bash -c \"$(curl -s https://raw.githubusercontent.com/ChrisTitusTech/mybash/main/setup.sh)\""
|
|
}
|
|
},
|
|
{
|
|
"script": {
|
|
"name": "DWM-Titus",
|
|
"data": "dwmtitus-setup.sh"
|
|
}
|
|
},
|
|
{
|
|
"script": {
|
|
"name": "Kitty",
|
|
"data": "kitty-setup.sh"
|
|
}
|
|
},
|
|
{
|
|
"command": {
|
|
"name": "Neovim",
|
|
"data": "bash -c \"$(curl -s https://raw.githubusercontent.com/ChrisTitusTech/neovim/main/setup.sh)\""
|
|
}
|
|
},
|
|
{
|
|
"script": {
|
|
"name": "Rofi",
|
|
"data": "rofi-setup.sh"
|
|
}
|
|
},
|
|
{
|
|
"script": {
|
|
"name": "ZSH Prompt",
|
|
"data": "zsh-setup.sh"
|
|
}
|
|
}
|
|
]
|
|
}
|