-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevbox.json
42 lines (42 loc) · 933 Bytes
/
devbox.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
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.10.5/.schema/devbox.schema.json",
"packages": [
"gum@0.13.0",
"gh@2.48.0",
"kubernetes-helm@3.15.1",
"kubectl@1.29.4",
"yq-go@4.43.1",
"bat@0.24.0",
"buildpack@0.33.2",
"teller@1.5.6",
"crossplane-cli@1.15.2",
"eksctl@0.175.0",
"viddy@0.4.0",
"cilium-cli@0.16.9",
"timoni@0.21.0",
"doctl@1.107.0",
"civo@1.0.86",
"google-cloud-sdk@478.0.0",
"terraform@1.8.5",
"kustomize@5.4.2",
"k9s@0.32.4",
"azure-cli@2.60.0",
"cue@0.8.2",
"go@1.22.3",
"kind@0.23.0",
"awscli2@2.15.62",
"hubble@0.13.5",
"etcdctl@3.3.27",
"cosign@latest",
"jq@latest"
],
"shell": {
"init_hook": [
"alias cat='bat --paging never --theme DarkNeon --style plain'",
"alias k='kubectl'",
"alias a='adhar'",
"PS1=\"➜ \""
],
"scripts": {}
}
}