Adds yazi

This commit is contained in:
Michel Fedde 2025-02-23 22:36:48 +01:00
parent 9c0d6169ec
commit 04e5f213d4
6 changed files with 158 additions and 1 deletions

8
.config/yazi/yazi.toml Normal file
View file

@ -0,0 +1,8 @@
[opener]
extract = []
[plugin]
prepend_fetchers = [
{ id = "git", name = "*", run = "git" },
{ id = "git", name = "*/", run = "git" }
]