Skip to content

Commit 0c728f3

Browse files
committed
[feature-mount-dotai] Mount .config dirs directly instead of via
dotconfig
1 parent 70e52d7 commit 0c728f3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

features/feature-mount-dotai/devcontainer-feature.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"id": "feature-mount-dotai",
33
"name": "feature-mount-dotai",
4-
"version": "1.1.0",
5-
"postStartCommand": "cp -rs /home/dev/.dotconfig/* .config && env RCRC=$HOME/.dotai/rcrc rcup",
4+
"version": "1.2.0",
5+
"postStartCommand": "env RCRC=$HOME/.dotai/rcrc rcup",
66
"waitFor": "postStartCommand",
77
"mounts": [
88
{
@@ -12,12 +12,12 @@
1212
},
1313
{
1414
"source": "/Users/${localEnv:USER}/.config/opencode",
15-
"target": "/home/dev/.dotconfig/opencode",
15+
"target": "/home/dev/.config/opencode",
1616
"type": "bind"
1717
},
1818
{
1919
"source": "/Users/${localEnv:USER}/.config/amp",
20-
"target": "/home/dev/.dotconfig/amp",
20+
"target": "/home/dev/.config/amp",
2121
"type": "bind"
2222
}
2323
]

0 commit comments

Comments
 (0)