docs: add example config location to README

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-28 16:22:32 +01:00
parent cc1ad7bbb7
commit fc4dde32eb

View File

@@ -100,6 +100,13 @@ Example: `:cmd git` searches only PATH commands for "git"
Configuration file: `~/.config/owlry/config.toml`
An example config is installed at `/usr/share/doc/owlry/config.example.toml`:
```bash
mkdir -p ~/.config/owlry
cp /usr/share/doc/owlry/config.example.toml ~/.config/owlry/config.toml
```
```toml
[general]
show_icons = true