96 lines
2.6 KiB
JSON
96 lines
2.6 KiB
JSON
{
|
|
"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": "tor",
|
|
"name": "Tor Browser",
|
|
"url": "https://www.torproject.org/download/",
|
|
"type": "dmg",
|
|
"install_command": "brew install --cask tor-browser"
|
|
},
|
|
{
|
|
"id": "google-chrome",
|
|
"name": "Google Chrome",
|
|
"url": "https://www.google.com/chrome/",
|
|
"type": "dmg",
|
|
"install_command": "brew install --cask google-chrome"
|
|
},
|
|
{
|
|
"id": "firefox",
|
|
"name": "Mozilla Firefox",
|
|
"url": "https://www.firefox.com/en-US/thanks/",
|
|
"type": "dmg",
|
|
"install_command": "brew install --cask firefox"
|
|
},
|
|
{
|
|
"id": "vscode",
|
|
"name": "Visual Studio Code",
|
|
"url": "https://code.visualstudio.com/download",
|
|
"type": "dmg",
|
|
"install_command": "brew install --cask visual-studio-code"
|
|
},
|
|
{
|
|
"id": "discord",
|
|
"name": "Discord",
|
|
"url": "https://discord.com/api/download?platform=osx",
|
|
"type": "dmg",
|
|
"install_command": "brew install --cask discord"
|
|
},
|
|
{
|
|
"id": "modrinth",
|
|
"name": "Modrinth",
|
|
"url": "https://modrinth.com/app",
|
|
"type": "dmg",
|
|
"install_command": "brew install --cask modrinth"
|
|
},
|
|
{
|
|
"id": "playcover",
|
|
"name": "PlayCover",
|
|
"url": "https://playcover.io/download",
|
|
"type": "dmg",
|
|
"install_command": "brew install --cask playcover"
|
|
},
|
|
{
|
|
"id": "audacity",
|
|
"name": "Audacity",
|
|
"url": "https://github.com/audacity/audacity/releases/download/Audacity-3.7.7/audacity-macOS-3.7.7-universal.dmg",
|
|
"type": "dmg",
|
|
"install_command": "brew install --cask audacity"
|
|
},
|
|
{
|
|
"id": "affinity",
|
|
"name": "Affinity",
|
|
"url": "https://downloads.affinity.studio/Affinity.dmg",
|
|
"type": "dmg",
|
|
"install_command": "brew install --cask affinity"
|
|
}
|
|
]
|
|
}
|