-
Notifications
You must be signed in to change notification settings - Fork 3
/
scoop-portable-config.example.cmd
72 lines (63 loc) · 1.42 KB
/
scoop-portable-config.example.cmd
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
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: config parameters for initial installation
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::set PROXY=http://myproxy.local:8080
set PROXY=
:: if set to true the Windows credentials of the logged-in user are used for proxy authentication
set PROXY_USE_WINDOWS_CREDENTIALS=false
:: if PROXY_USE_WINDOWS_CREDENTIALS is set to false, then use these credentials for proxy authentication
set PROXY_USER=
set PROXY_PASSWORD=
:: additional scoop buckets to register by default
set SCOOP_BUCKETS=extras java sysinternals
:: packages to install by default
set SCOOP_PACKAGES=7zip ^
bc ^
cwrsync ^
far ^
git-with-openssh ^
gsudo ^
jq ^
netcat ^
nodejs-lts ^
openssl-mingw ^
pskill ^
pslist ^
psshutdown ^
python ^
upx ^
yq ^
wget ^
zip ^
zstd
:: install terminal extensions
set SCOOP_PACKAGES=%SCOOP_PACKAGES% ^
clink ^
clink-completions ^
clink-flex-prompt ^
conemu
:: install DevOps tools
set SCOOP_PACKAGES=%SCOOP_PACKAGES% ^
ab ^
act ^
ctop ^
gh ^
k6 ^
k9s ^
kubectl ^
kustomize ^
lazydocker ^
packer ^
pulumi
:: install Java runtimes and tools
set SCOOP_PACKAGES=%SCOOP_PACKAGES% ^
temurin8-jdk ^
temurin11-jdk ^
graalvm-jdk17 ^
maven ^
keystore-explorer
:: install Haxe compiler and runtimes
set SCOOP_PACKAGES=%SCOOP_PACKAGES% ^
haxe ^
hashlink ^
neko