mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2025-12-05 23:18:42 +00:00
15 lines
186 B
YAML
15 lines
186 B
YAML
|
|
# containers during host setup
|
||
|
|
container_names:
|
||
|
|
- dev
|
||
|
|
- txt
|
||
|
|
- haskell
|
||
|
|
# containers tool groups
|
||
|
|
container_tools:
|
||
|
|
dev:
|
||
|
|
- cpp
|
||
|
|
- js
|
||
|
|
txt:
|
||
|
|
- txt
|
||
|
|
haskell:
|
||
|
|
- haskell
|