Skip to content

docs(core): copy plugins during setup#74

Open
fcoury wants to merge 1 commit into
masterfrom
docs-install-plugins
Open

docs(core): copy plugins during setup#74
fcoury wants to merge 1 commit into
masterfrom
docs-install-plugins

Conversation

@fcoury

@fcoury fcoury commented Jun 6, 2026

Copy link
Copy Markdown
Contributor

Summary

The default config enables bundled plugins such as theme_browser, but the manual setup instructions only copied themes into ~/.config/red. A fresh install following the README could therefore miss the plugin scripts referenced by default_config.toml.

This updates the setup snippet to copy both themes and plugins into the config directory.

This addresses the install-doc gap noted while reviewing #67.

How to Test

  1. Follow the README setup commands after cargo install --path ..
  2. Confirm both ~/.config/red/themes and ~/.config/red/plugins exist.
  3. Confirm plugin entries in ~/.config/red/config.toml, such as theme_browser = "theme_browser.js", have corresponding files under ~/.config/red/plugins.

Targeted verification:

  • Documentation-only change; reviewed the README snippet against default_config.toml and the repository's plugins/ directory.

Update the manual install instructions to copy bundled `plugins` along
with `themes`. The default config references plugin scripts, so a fresh
setup should install those files next to the copied configuration.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant