Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 636 Bytes

README.md

File metadata and controls

24 lines (22 loc) · 636 Bytes

reZIDE Configuration

We look for configuration files in this order of priority:

  1. $XDG_CONFIG_HOME/rezide/
  2. $HOME/.rezide/

directory structure

The directory structure should look just like the examples directory:

config_dir
├── python
│   ├── config.toml
│   └── ...
├── rezide-ide
│   ├── config.toml
│   └── ...
├── rezide-documentation
│   ├── config.toml
│   └── ...
└── ...

A directory is considered a layout if it contains a config.toml file.