Skip to content

Commit 9a8762c

Browse files
committed
mount ~/.gemini
1 parent b8a7287 commit 9a8762c

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

devcontainer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@
55
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04",
66

77
"mounts": [
8-
// other mounts you might already have...
9-
10-
// Mount your host ~/.gitconfig into the container home.
118
// For Linux/macOS host:
12-
"source=${localEnv:HOME}/.gitconfig,target=/home/vscode/.gitconfig,type=bind,consistency=cached"
9+
"source=${localEnv:HOME}/.gitconfig,target=/home/vscode/.gitconfig,type=bind,consistency=cached",
10+
"source=${localEnv:HOME}/.gemini,target=/home/vscode/.gemini,type=bind,consistency=cached"
1311
],
14-
12+
1513
"features": {
1614
"ghcr.io/devcontainers/features/sshd:1": { "version": "latest" },
1715
"ghcr.io/devcontainers-community/features/deno:1": { "version": "latest" },

0 commit comments

Comments
 (0)