-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.base.json
63 lines (63 loc) · 1.05 KB
/
config.base.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"setPSGalleryAsTrusted": true,
"restartRequired": true,
"chocolatey": {
"ignore": false,
"install": true,
"prefix": "install -y",
"commandName": "choco",
"restartRequired": true,
"packages": [
"git",
"notepadplusplus",
"dotnetcore-sdk",
"visualstudiocode",
"python2",
"gitkraken",
"cmder",
"autohotkey",
"adobereader",
"googlechrome",
"spotify",
"everything",
"lockhunter",
"franz",
"winrar",
"linkshellextension",
"docker-desktop",
"kubernetes-cli",
"greenshot",
"postman",
"ngrok",
"awscli"
],
"skipPackages": []
},
"NodeJs": {
"ignore": false,
"install": true,
"setGlobalSettings": true,
"prefix": "install -g",
"commandName": "npm",
"packages": [
"typescript",
"tslint",
"rimraf",
"copy",
"gulp",
"gulp-cli",
"aurelia-cli",
"@angular/cli",
"windows-build-tools"
],
"skipPackages": []
},
"otherCommands": {
"ignore": true,
"install": true,
"preCommands": [],
"skipPreCommands": [],
"postCommands": [],
"skipPostCommands": []
}
}