Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.