adding apps

This commit is contained in:
2026-01-03 16:03:46 +08:00
parent 7eab30c4d8
commit 54f8832587

View File

@@ -1,5 +1,33 @@
{
"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",
"name": "Visual Studio Code",