feat: add zellij tab support

This commit is contained in:
2025-04-17 02:03:21 +08:00
parent 1ff8a311ae
commit 10b17dc66b
7 changed files with 53 additions and 65 deletions

14
devdeps.compose.yaml Normal file
View File

@@ -0,0 +1,14 @@
services:
postgres:
image: postgres:17
environment:
POSTGRES_USER: konobangu
POSTGRES_PASSWORD: konobangu
POSTGRES_DB: konobangu
ports:
- "5432:5432"
volumes:
- postgres_data:/var/lib/postgresql/data
volumes:
postgres_data: