-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprovision.json
More file actions
38 lines (38 loc) · 1017 Bytes
/
provision.json
File metadata and controls
38 lines (38 loc) · 1017 Bytes
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
{
"emacsd" : {
"destination": "/home/dvberkel/.emacs.d",
"repository": "https://github.com/dvb-industries/.emacs.d.git",
"user": "dvberkel",
"group": "dvberkel"
},
"i3" : {
"destination": "/home/dvberkel/.i3",
"repository": "https://github.com/dvb-industries/.i3.git",
"user": "dvberkel",
"group": "dvberkel"
},
"fish" : {
"user": "dvberkel"
},
"proofgeneral" : {
"dir": "/opt/",
"url": "http://proofgeneral.inf.ed.ac.uk/releases/",
"package": "ProofGeneral-4.2.tgz",
"target_file": "/home/dvberkel/.emacs.d/ProofGeneral",
"user": "dvberkel",
"group": "dvberkel"
},
"caps_lock" : {
"user": "dvberkel"
},
"eclipse": {
"bin": "/tmp/bin/",
"download": "/tmp/bin/",
"url": "http://eclipse.mirror.triple-it.nl/technology/epp/downloads/release/kepler/SR1/",
"package": "eclipse-cpp-kepler-SR1-linux-gtk-x86_64.tar.gz",
"package_name": "eclipse-kepler",
"user": "dvberkel",
"group": "dvberkel"
},
"run_list": [ "recipe[dvb-industries::default]" ]
}