-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdevbox.json
More file actions
59 lines (59 loc) · 1.73 KB
/
Copy pathdevbox.json
File metadata and controls
59 lines (59 loc) · 1.73 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
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.15.0/.schema/devbox.schema.json",
"packages": [
"yq-go@latest",
"go-task@latest",
"k0sctl@latest",
"pre-commit@latest",
"fish@latest",
"kubectl@latest",
"jq@latest",
"kubernetes-helm@latest",
"argocd@latest",
"krew@latest",
"kubectx@latest",
"kubectl-neat@latest",
"kustomize@latest",
"python-full@3.12",
"python312Packages.mkdocs@latest",
"python312Packages.mkdocs-material@latest",
"python312Packages.mkdocs-material-extensions@latest",
"k9s@latest",
"tree@latest",
"talosctl@latest",
"sops@latest",
"terraform@latest",
"vault@latest",
"helmfile@latest",
"shellcheck@latest",
"nodePackages.prettier@latest",
"python312Packages.yamllint@latest",
"yamlfmt@latest",
"kubernetes-helmPlugins.helm-diff@latest",
"popeye@latest",
"pwgen@latest",
"restic@latest",
"gum@latest",
"python312Packages.cffi@latest",
"python312Packages.pygitguardian@latest",
"python312Packages.oauthlib@latest",
"python312Packages.truststore@latest",
"age@latest",
"python312Packages.mkdocs-mermaid2-plugin@latest",
"python312Packages.mkdocs-git-revision-date-localized-plugin@latest",
"python312Packages.mkdocs-git-committers-plugin-2@latest",
"python312Packages.mkdocs-git-authors-plugin@latest",
"python312Packages.mkdocs-awesome-pages-plugin@latest",
"python312Packages.mkdocs-minify-plugin@latest",
"commitizen@latest"
],
"env": {
"DEVBOX_SYSTEM_BASH": "/usr/bin/fish"
},
"shell": {
"init_hook": ["echo 'Welcome to devbox!' > /dev/null"],
"scripts": {
"test": ["echo \"Error: no test specified\" && exit 1"]
}
}
}