1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-19 04:47:29 +02:00
home-manager/tests/modules/programs/yazi/flavor
2024-06-23 23:12:50 +02:00
..
flavor.toml yazi: Fix expected structure of flavors 2024-06-23 23:12:50 +02:00
LICENSE yazi: Fix expected structure of flavors 2024-06-23 23:12:50 +02:00
LICENSE-tmtheme yazi: Fix expected structure of flavors 2024-06-23 23:12:50 +02:00
preview.png yazi: Fix expected structure of flavors 2024-06-23 23:12:50 +02:00
README.md yazi: Fix expected structure of flavors 2024-06-23 23:12:50 +02:00
tmtheme.xml yazi: Fix expected structure of flavors 2024-06-23 23:12:50 +02:00

Yazi logo

Example Flavor for Yazi

Cooking up a new flavor

Note

Please remove this section from your README before publishing.

  1. Fork this repository and rename it to your-flavor-name.yazi.
  2. Copy the parts you need to customize from the default theme.toml as ./flavor.toml, and change them to meet your preferences.
  3. Find a .tmTheme file on GitHub that matches the color of your flavor, copy it and it's license file as ./tmtheme.xml, and LICENSE-tmtheme.
  4. Modify the content and preview image in the README to fit your flavor.

👀 Preview

🎨 Installation

# Linux/macOS
git clone https://github.com/username/example.yazi.git ~/.config/yazi/flavors/example.yazi

# Windows
git clone https://github.com/username/example.yazi.git %AppData%\yazi\config\flavors\example.yazi

⚙️ Usage

Add the these lines to your theme.toml configuration file to use it:

[flavor]
use = "example"

📜 License

The flavor is MIT-licensed, and the included tmTheme is also MIT-licensed.

Check the LICENSE and LICENSE-tmtheme file for more details.