AutoYADM commit: 2025-02-12 20:45:06
This commit is contained in:
parent
6b1693c67a
commit
2674bad373
5 changed files with 24 additions and 7 deletions
|
@ -4,7 +4,13 @@
|
|||
|
||||
## 🎨 Installation
|
||||
|
||||
Please download the `ashen.yazi` folder and place it inside
|
||||
You can install Ashen with Yazi's package manager:
|
||||
|
||||
```bash
|
||||
ya pack -a ashen-org/ashen:ashen
|
||||
```
|
||||
|
||||
Alternatively, download the `ashen.yazi` folder and place it inside
|
||||
`~/.config/yazi/flavors/`.
|
||||
|
||||
## ⚙️ Usage
|
||||
|
|
|
@ -50,5 +50,5 @@ hash = "ada10d1213f2117878e0fd90df708619"
|
|||
|
||||
[[flavor.deps]]
|
||||
use = "ashen-org/ashen:ashen"
|
||||
rev = "ded1f4e"
|
||||
hash = "dd7112a30425b077d45359e1cad20759"
|
||||
rev = "143aad5"
|
||||
hash = "a6f097910912721681300869a94d1fd8"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[plugin]
|
||||
prepend_previewers = [
|
||||
{ name = "*.md", run = "glow" },
|
||||
# { name = "*.md", run = "glow" },
|
||||
{ mime = "text/csv", run = "miller" },
|
||||
{ mime = "audio/*", run = "exifaudio" },
|
||||
{ mime = "application/*zip", run = "ouch" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue