Initial commit

This commit is contained in:
2025-08-30 20:23:00 +02:00
commit cfc897c53b
133 changed files with 18569 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
-- ~/.config/yazi/init.lua
require("bookmarks"):setup({
last_directory = { enable = true, persist = true, mode="dir" },
persist = "all",
desc_format = "full",
file_pick_mode = "hover",
custom_desc_input = false,
notify = {
enable = true,
timeout = 1,
message = {
new = "New bookmark '<key>' -> '<folder>'",
delete = "Deleted bookmark in '<key>'",
delete_all = "Deleted all bookmarks",
},
},
})