AutoYADM commit: 2025-02-12 12:45:06

This commit is contained in:
Daniel Fichtinger 2025-02-12 12:45:06 -05:00
parent f9a2932ab1
commit 603f754475
2 changed files with 14 additions and 0 deletions

View file

@ -56,6 +56,10 @@ prepend_keymap = [
{ on = [
"C",
], run = "plugin ouch zip", desc = "Compress with ouch" },
{ on = [
"g",
"i",
], run = "plugin lazygit", desc = "run lazygit" },
]

View file

@ -33,6 +33,16 @@ use = "ndtoan96/ouch"
rev = "ce6fb75"
hash = "ed6c185514109d7c5463f609282b220c"
[[plugin.deps]]
use = "Lil-Dank/lazygit"
rev = "9f924e3"
hash = "2b0c33928986f126d5c5a4cac31a6b46"
[[plugin.deps]]
use = "AnirudhG07/plugins-yazi:copy-file-contents"
rev = "524c52c"
hash = "27c50e6bc15c09096505b805b238ade0"
[[flavor.deps]]
use = "ashen-org/ashen:ashen"
rev = "ded1f4e"