Setting a custom directory for the Komorebi config files

  1. Create a directory called komorebi in the .config directory in of my Windows user
  2. Move the existing komorebi.json and komorebi.bar.json files to the new directory
  3. Create an environment variable that points to the new directory
    setting up environment variables for the komorebi config directory
  4. If not there yet, move the automatically generated applications.json file to the new directory as well.
    This file is created when running komorebi quickstart and contains application specific configurations.
  5. Make sure that komorebi.json points to the new directory for the application specific configurations:
    "app_specific_configuration_path": "$Env:KOMOREBI_CONFIG_HOME/applications.json"

Now Komorebi will use the new directory for its configuration files.