feat(pdf2zh): pdf2zh podman definition and config

This commit is contained in:
js0ny 2025-11-08 16:22:26 +00:00
parent 8cf2f0af5e
commit 5b546eff0d
10 changed files with 329 additions and 63 deletions

View file

@ -1,7 +1,5 @@
// $DOTFILES/tools/zed/settings.json
// Date: 2025-01-25
// Author: js0ny
// Description: Zed settings (jsonc)
// vim:ft=jsonc
// Location:
// GNU/Linux: ~/.config/zed/settings.json
@ -44,7 +42,7 @@
"dock": "right"
},
"edit_predictions": {
"disabled_globs": ["*.bean", "*.env"],
"disabled_globs": ["*.bean", "*.env", "secrets.yaml"],
// "mode": "eager_preview",
"copilot": {
"proxy": null,
@ -75,10 +73,10 @@
},
"dock": "bottom",
"env": {
"EDITOR": "zeditor"
"EDITOR": "zeditor --wait"
},
"shell": {
"program": "fish"
"program": "zsh"
},
"option_as_meta": true
},