neue config Files

This commit is contained in:
Thomas Sindt
2026-06-04 18:11:33 +02:00
parent 03e01ec9ce
commit 0fd4d241a7
230 changed files with 14435 additions and 30 deletions

14
config/yazi/yazi.toml Normal file
View File

@@ -0,0 +1,14 @@
# yazi.toml
[mgr]
show_hidden = true
[opener]
edit = [
{ run = "$EDITOR %s", block = true, for = "unix" }
]
[open]
prepend_rules = [
{ url = "*.md", use = "edit" },
]