Skip to content

Commit

Permalink
docs(mkdocs): add note to update asc path
Browse files Browse the repository at this point in the history
Add note about updating app_specific_configuration_path when using
KOMOREBI_CONFIG_HOME
  • Loading branch information
tieniu1 authored and LGUG2Z committed Jan 24, 2025
1 parent 473e7cd commit 4f04112
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/common-workflows/komorebi-config-home.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,15 @@ If you already have configuration files that you wish to keep, move them to the
The next time you run `komorebic start`, any files created by or loaded by
_komorebi_ will be placed or expected to exist in this folder.

After setting `$Env:KOMOREBI_CONFIG_HOME`, make sure to update the path in komorebi.json:

```json
{
"app_specific_configuration_path": "$Env:KOMOREBI_CONFIG_HOME/applications.json"
}
```

This ensures that komorebi can locate all configuration files correctly.

[![Watch the tutorial
video](https://img.youtube.com/vi/C_KWUqQ6kko/hqdefault.jpg)](https://www.youtube.com/watch?v=C_KWUqQ6kko)

0 comments on commit 4f04112

Please sign in to comment.