hypervibed

This commit is contained in:
2026-05-25 03:01:46 +03:00
parent 3de3d9c94a
commit 810e8cc7f2
13 changed files with 625 additions and 27 deletions
+11
View File
@@ -8,6 +8,17 @@ run ALL commands inside the container by prefixing them with `dnc -`:
dnc - nvim
dnc - npm install
dnc - python manage.py migrate
## Config
User config lives in `~/.config/dnc/` (mounted at `/run/host/config/`).
Images can read `/run/host/config/dnc.toml` for colors, keybinds, etc.
## Git / SSH
SSH agent socket is forwarded automatically. SSH keys from `~/.ssh/`
and gitconfig from `~/.gitconfig` are available inside the container.
git push/pull works without additional setup.
"""
OPENCODE_INSTRUCTIONS = """## dnc