forked from zackmckennarunpod/hello-claude
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
55 lines (55 loc) · 1.04 KB
/
config.example.json
File metadata and controls
55 lines (55 loc) · 1.04 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
{
"user": {
"name": "YOUR_NAME",
"github_username": "",
"email": "",
"role": "engineering",
"team": "platform"
},
"dotfiles": {
"repo": "https://github.com/zackmckennarunpod/.dotfiles",
"local_path": "~/Developer/.dotfiles"
},
"setup": {
"skip_steps": [],
"optional_tools": {
"gastown": true,
"beads": true,
"linear_mcp": true,
"notion_mcp": true,
"playwright": true,
"gcalcli": true,
"terminal_power_tools": true,
"figma_mcp": false,
"database_tools": false,
"docker": false,
"aws_cli": false,
"terraform": false
}
},
"api_keys": {
"linear": "${LINEAR_API_KEY}",
"notion": "${NOTION_API_KEY}"
},
"preferences": {
"shell": "zsh",
"editor": "neovim",
"theme": "dark"
},
"_role_options": [
"engineering",
"product",
"design",
"leadership"
],
"_team_examples": [
"platform",
"growth",
"mobile",
"infrastructure",
"frontend",
"backend",
"data",
"devops"
]
}