We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e52d7 commit 0c728f3Copy full SHA for 0c728f3
1 file changed
features/feature-mount-dotai/devcontainer-feature.json
@@ -1,8 +1,8 @@
1
{
2
"id": "feature-mount-dotai",
3
"name": "feature-mount-dotai",
4
- "version": "1.1.0",
5
- "postStartCommand": "cp -rs /home/dev/.dotconfig/* .config && env RCRC=$HOME/.dotai/rcrc rcup",
+ "version": "1.2.0",
+ "postStartCommand": "env RCRC=$HOME/.dotai/rcrc rcup",
6
"waitFor": "postStartCommand",
7
"mounts": [
8
@@ -12,12 +12,12 @@
12
},
13
14
"source": "/Users/${localEnv:USER}/.config/opencode",
15
- "target": "/home/dev/.dotconfig/opencode",
+ "target": "/home/dev/.config/opencode",
16
"type": "bind"
17
18
19
"source": "/Users/${localEnv:USER}/.config/amp",
20
- "target": "/home/dev/.dotconfig/amp",
+ "target": "/home/dev/.config/amp",
21
22
}
23
]
0 commit comments