feat: initial commit

This commit is contained in:
Joao P Dubas
2023-09-17 13:25:57 +00:00
commit 360b3507e6
3 changed files with 165 additions and 0 deletions

18
docker-compose.yml Normal file
View File

@@ -0,0 +1,18 @@
---
services:
nvim:
build: .
image: 'joaodubas/nvchad:latest'
init: true
restart: unless-stopped
hostname: local
entrypoint: sleep
command: infinity
volumes:
- 'home_cache:/home/coder/.cache'
- 'home_local_share:/home/coder/.local/share'
- './config/rtx:/home/coder/.config/rtx'
volumes:
home_cache: {}
home_local_share: {}