Skip to content

Commit 4604c5d

Browse files
committed
Add Yazi to dotfiles
1 parent ca1af7f commit 4604c5d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/adapters/dotfiles.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,12 @@ export class DotfilesAdapter implements AgentAdapter {
9696
isDir: true,
9797
optional: true,
9898
},
99+
{
100+
repoPath: ".config/yazi",
101+
systemPath: join(HOME, ".config", "yazi"),
102+
isDir: true,
103+
optional: true,
104+
},
99105
];
100106
}
101107

0 commit comments

Comments
 (0)