config.json
#11
by
aradhya1001
- opened
- config.json +69 -0
config.json
CHANGED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"Python": {
|
3 |
+
"mirrors": [
|
4 |
+
"https://www.python.org/ftp/python/3.10.0/python-3.10.0-amd64.exe"
|
5 |
+
],
|
6 |
+
"alias": "python"
|
7 |
+
},
|
8 |
+
"git": {
|
9 |
+
"mirrors": [
|
10 |
+
"https://github.com/git-for-windows/git/releases/download/v2.37.1.windows.1/Git-2.37.1-64-bit.exe"
|
11 |
+
]
|
12 |
+
},
|
13 |
+
"7zip": {
|
14 |
+
"mirrors": [
|
15 |
+
"https://www.7-zip.org/a/7z2407-x64.exe"
|
16 |
+
]
|
17 |
+
},
|
18 |
+
"ffmpeg": {
|
19 |
+
"mirrors": [
|
20 |
+
"https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-essentials.7z"
|
21 |
+
]
|
22 |
+
},
|
23 |
+
"Google Chrome": {
|
24 |
+
"mirrors": [
|
25 |
+
"https://dl.google.com/chrome/install/latest/chrome_installer.exe"
|
26 |
+
],
|
27 |
+
"alias": "google-chrome"
|
28 |
+
},
|
29 |
+
"LibreOffice": {
|
30 |
+
"mirrors": [
|
31 |
+
"https://mirror.raiolanetworks.com/tdf/libreoffice/stable/24.8.4/win/x86_64/LibreOffice_24.8.4_Win_x86-64.msi",
|
32 |
+
"https://mirrors.iu13.net/tdf/libreoffice/stable/24.8.4/win/x86_64/LibreOffice_24.8.4_Win_x86-64.msi",
|
33 |
+
"https://download.documentfoundation.org/libreoffice/stable/24.8.4/win/x86_64/LibreOffice_24.8.4_Win_x86-64.msi"
|
34 |
+
]
|
35 |
+
},
|
36 |
+
"VLC": {
|
37 |
+
"mirrors": [
|
38 |
+
"https://ftp.free.org/mirrors/videolan/vlc/3.0.21/win64/vlc-3.0.21-win64.exe",
|
39 |
+
"https://mirror.fcix.net/videolan-ftp/vlc/3.0.21/win64/vlc-3.0.21-win64.exe",
|
40 |
+
"https://mirror.raiolanetworks.com/videolan/vlc/3.0.21/win64/vlc-3.0.21-win64.exe"
|
41 |
+
],
|
42 |
+
"alias": "vlc"
|
43 |
+
},
|
44 |
+
"GIMP": {
|
45 |
+
"mirrors": [
|
46 |
+
"https://download.gimp.org/gimp/v2.10/windows/gimp-2.10.38-setup.exe"
|
47 |
+
],
|
48 |
+
"alias": "gimp"
|
49 |
+
},
|
50 |
+
"VS Code": {
|
51 |
+
"mirrors": [
|
52 |
+
"https://update.code.visualstudio.com/latest/win32-x64-user/stable"
|
53 |
+
],
|
54 |
+
"alias": "code"
|
55 |
+
},
|
56 |
+
"Thunderbird": {
|
57 |
+
"mirrors": [
|
58 |
+
"https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/115.12.1/win64/en-US/Thunderbird%20Setup%20115.12.1.exe",
|
59 |
+
"https://archive.mozilla.org/pub/thunderbird/releases/115.12.1/win64/en-US/Thunderbird%20Setup%20115.12.1.exe"
|
60 |
+
],
|
61 |
+
"alias": "thunderbird"
|
62 |
+
},
|
63 |
+
"Caddy Proxy": {
|
64 |
+
"mirrors": [
|
65 |
+
"https://caddyserver.com/api/download?os=windows&arch=amd64"
|
66 |
+
],
|
67 |
+
"alias": "caddy"
|
68 |
+
}
|
69 |
+
}
|