This repository has been archived on 2021-11-23. You can view files and clone it, but cannot push or open issues or pull requests.
sh_multi_install/src/multi_install_cli/apps.json

98 lines
1.9 KiB
JSON

{
"Application": {
"RedHat": [],
"Debian": [
{
"Name": "brave-browser",
"Deps": [
{
"Name": "apt-transport-https"
},
{
"Name": "curl"
}
]
},
{
"Name": "barrier"
},
{
"Name": "gnome-boxes"
},
{
"Name": "google-chrome",
"SourceUrl": "https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb"
},
{
"Name": "chrome-gnome-shell"
},
{
"Name": "discord",
"SourceUrl": "https://discordapp.com/api/download?platform=linux&format=deb"
},
{
"Name:": "balena-etcher-electron"
},
{
"Name": "flameshot"
},
{
"Name": "geary"
},
{
"Name": "git"
},
{
"Name": "gnome-tweaks"
},
{
"Name": "gpick"
},
{
"Name": "kcolorchooser"
},
{
"Name": "keepassxc"
},
{
"Name": "lsd",
"SourceUrl": "https://github.com/Peltoche/lsd/releases/download/0.19.0/lsd_0.19.0_amd64.deb"
},
{
"Name": "ncdu"
},
{
"Name": "neofetch"
},
{
"Name": "nextcloud-client",
"Repository": "ppa:nextcloud-devs/client"
},
{
"Name": "signal-desktop"
},
{
"Name": "stacer"
},
{
"Name": "sublime-text",
"Repository": "deb https://download.sublimetext.com/ apt/stable/"
},
{
"Name": "timeshift",
"Repository": "ppa:teejee2008/ppa"
},
{
"Name": "trash-cli"
},
{
"Name": "ulauncher",
"Repository": "ppa:agornostal/ulauncher"
},
{
"Name": "code",
"Repository": "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main"
}
]
}
}