Initial commit

This commit is contained in:
Ceres 2026-01-11 23:23:04 +00:00
commit f94fd70f07
Signed by: ceres-sees-all
GPG key ID: 9814758436430045
151 changed files with 7650 additions and 0 deletions

14
yazi/yazi.toml Normal file
View file

@ -0,0 +1,14 @@
[opener]
edit = [
{ run = 'hx %s', block = true },
]
[open]
prepend_rules = [
{ mime = "application/gentoo.*", use = 'edit' }
]
[plugin]
append_previewers = [
{ url = "*", run = "code" },
]