-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathapps.json
More file actions
111 lines (110 loc) · 2.21 KB
/
apps.json
File metadata and controls
111 lines (110 loc) · 2.21 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
[
{
"//comment":"To be sure it is available for further installs on client",
"name":"7zip",
"tags":"system"
},
{
"name":"rclone",
"tags":"system"
},
{
"name":"kopia",
"tags":"backup"
},
{
"name":"looping",
"bucket":"etml-inf",
"tags":"db"
},
{
"//comment":"powerfull, feature-full, keeps db schema custom positions...",
"name":"dbeaver",
"tags":"db,project"
},
{
"name":"windows-terminal",
"tags":"devops,cmd",
"paths2DropToEnableMultiUser":[".portable","settings"]
},
{
"//comment":"shared bin/config/ConEmu.xml via scoop persist is intentional — all users get the same aliases and profile scripts",
"name":"cmder-full",
"tags":"devops,cmd",
"integrityExcludePaths":["vendor\\conemu-maximus5"]
},
{
"name":"bruno",
"tags":"web,project"
},
{
"name":"nodejs-lts",
"//comment":"Version:22.14.0 removed... just use lts",
"tags":"web,project",
"patchBuildPaths":["node_modules\\npm\\npmrc"],
"exeToCheck":"node",
"uninstallSearch":"Node.js*"
},
{
"//comment":"this is github desktop, not git",
"name":"github",
"tags":"project,devops"
},
{
"name":"draw.io",
"tags":"doc"
},
{
"name":"pdfarranger",
"tags":"doc"
},
{
"//comment":"vscodium could be more ethical but it has less plugins...",
"name":"vscode",
"tags":"dev",
"paths2DropToEnableMultiUser":["data"],
"exeToCheck":"code",
"uninstallSearch":"Microsoft Visual Studio Code"
},
{
"name":"filezilla",
"tags":"devops",
"paths2DropToEnableMultiUser":["data"]
},
{
"//comment":"in case of docker issues...",
"name":"laragon",
"tags":"dev"
},
{
"//comment":"python means python3 now (2026)",
"name":"python",
"tags":"devops",
"exeToCheck":"python",
"uninstallSearch":"Python 3*"
},
{
"//comment":"from hashicorp",
"name":"packer",
"tags":"devops"
},
{
"name":"spacesniffer",
"bucket": "extras",
"tags":"system"
},
{
"name": "winmerge",
"bucket": "extras",
"tags": "dev"
},
{
"name": "mqttx",
"bucket": "extras",
"tags": "web,dev"
},
{
"name": "arduino",
"tags": "iot"
}
]