initial dotfiles
This commit is contained in:
commit
45e5fe53d2
370 changed files with 25449 additions and 0 deletions
18
.config/yazi/plugins/mdcat.yazi/README.md
Normal file
18
.config/yazi/plugins/mdcat.yazi/README.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# mdcat.yazi
|
||||
|
||||
Preview markdown files in [yazi](https://github.com/sxyazi/yazi) with [mdcat](https://github.com/swsnr/mdcat).
|
||||
|
||||
Install this plugin with:
|
||||
|
||||
```bash
|
||||
ya pack --add GrzegorzKozub/mdcat
|
||||
```
|
||||
|
||||
Then set it up in your `yazi.toml` file by adding:
|
||||
|
||||
```toml
|
||||
[plugin]
|
||||
prepend_previewers = [
|
||||
{ name = "*.md", run = "mdcat" },
|
||||
]
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue