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 = [
|
||||
{
|
||||
mime = "image/*";
|
||||
run = ''piper -- chafa --format symbols --animate off --size "$w"x"$h" -- "$1"'';
|
||||
}
|
||||
{
|
||||
url = "*.md";
|
||||
run = ''piper -- CLICOLOR_FORCE=1 glow -w=$w -s=dark "$1"'';
|
||||
@@ -109,15 +105,10 @@
|
||||
run = "plugin batch-rename-gui";
|
||||
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 = ''
|
||||
--- @sync entry
|
||||
|
||||
Reference in New Issue
Block a user