-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
46 lines (46 loc) · 1.06 KB
/
settings.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
43
44
45
46
{
"base":"/home/andrea/work-test",
"languages":[
{
"name":"java",
"command":"git",
"projects_folder":"",
"repositories": {
"graph":"git@github.com:AndreaGhizzoni/graph.git"
}
},
{
"name":"go",
"command":"go",
"projects_folder":"/src/github.com/AndreaGhizzoni",
"repositories":{
"zenium": "github.com/AndreaGhizzoni/zenium",
"factorial": "github.com/AndreaGhizzoni/factorial"
}
},
{
"name":"uni",
"command":"git",
"projects_folder": "",
"repositories":{
"CPS_Course":"git@bitbucket.org:andreaghizzoni/cps_course.git"
}
},
{
"name":"latex",
"command":"git",
"projects_folder": "",
"repositories":{
"BusinessCard":"git@bitbucket.org:andreaghizzoni/business-card.git"
}
},
{
"name":"web",
"command":"git",
"projects_folder": "",
"repositories":{
"andreaghizzoni.github.io":"git@github.com:AndreaGhizzoni/andreaghizzoni.github.io.git"
}
}
]
}