adding apps
This commit is contained in:
28
v1/apps.json
28
v1/apps.json
@@ -1,5 +1,33 @@
|
|||||||
{
|
{
|
||||||
"apps": [
|
"apps": [
|
||||||
|
{
|
||||||
|
"id": "homebrew",
|
||||||
|
"name": "Homebrew",
|
||||||
|
"url": "https://brew.sh",
|
||||||
|
"type": "script",
|
||||||
|
"install_command": "/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "git",
|
||||||
|
"name": "Git",
|
||||||
|
"url": "https://git-scm.com",
|
||||||
|
"type": "brew",
|
||||||
|
"install_command": "brew install git"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "docker",
|
||||||
|
"name": "Docker Desktop",
|
||||||
|
"url": "https://www.docker.com/products/docker-desktop",
|
||||||
|
"type": "brew",
|
||||||
|
"install_command": "brew install --cask docker"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "privadovpn",
|
||||||
|
"name": "Privado VPN",
|
||||||
|
"url": "https://privadovpn.com/apps/osx/PrivadoVPN.dmg",
|
||||||
|
"type": "dmg",
|
||||||
|
"install_command": "brew install --cask privado-vpn"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "vscode",
|
"id": "vscode",
|
||||||
"name": "Visual Studio Code",
|
"name": "Visual Studio Code",
|
||||||
|
|||||||
Reference in New Issue
Block a user