mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-07-06 16:12:33 +02:00
edit yazi config
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -41,10 +41,6 @@
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
prepend_previewers = [
|
prepend_previewers = [
|
||||||
{
|
|
||||||
mime = "image/*";
|
|
||||||
run = ''piper -- chafa --format symbols --animate off --size "$w"x"$h" -- "$1"'';
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
url = "*.md";
|
url = "*.md";
|
||||||
run = ''piper -- CLICOLOR_FORCE=1 glow -w=$w -s=dark "$1"'';
|
run = ''piper -- CLICOLOR_FORCE=1 glow -w=$w -s=dark "$1"'';
|
||||||
@@ -109,15 +105,10 @@
|
|||||||
run = "plugin batch-rename-gui";
|
run = "plugin batch-rename-gui";
|
||||||
desc = "Batch rename";
|
desc = "Batch rename";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
on = [";"];
|
|
||||||
run = "plugin command-palette";
|
|
||||||
desc = "Command palette";
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [glow ouch hexyl exiftool starship fzf];
|
home.packages = with pkgs; [glow ouch hexyl exiftool fzf wl-clipboard];
|
||||||
|
|
||||||
xdg.configFile."yazi/plugins/toggle-parent.yazi/main.lua".text = ''
|
xdg.configFile."yazi/plugins/toggle-parent.yazi/main.lua".text = ''
|
||||||
--- @sync entry
|
--- @sync entry
|
||||||
|
|||||||
Reference in New Issue
Block a user