feat: add yazi integration with fish
This commit is contained in:
parent
24afd66d64
commit
3049173514
12 changed files with 2386 additions and 3 deletions
|
|
@ -33,6 +33,10 @@ in
|
|||
source = "${configDir}/ghostty";
|
||||
};
|
||||
".face".source = "${configDir}/.face";
|
||||
".hyprlock_bg.svg".source = "${configDir}/hyprlock_bg.vsg";
|
||||
".config/fish/functions".source = "${configDir}/fish/functions";
|
||||
".config/yazi" = {
|
||||
recursive = true;
|
||||
source = "${configDir}/yazi";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue