hypervibed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user