From fc4dde32eb9f152138217ee3bb77bed1e8156856 Mon Sep 17 00:00:00 2001 From: vikingowl Date: Sun, 28 Dec 2025 16:22:32 +0100 Subject: [PATCH] docs: add example config location to README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 83f62b8..6decf2b 100644 --- a/README.md +++ b/README.md @@ -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