Aider Configuration¶
Set options with:
- environment variable:
AIDER_DARK_MODE
- .env file:
AIDER_DARK_MODE
- .aider.conf.yml:
dark-mode: true
- Command line switch:
--dark-mode
.
Aider has many options which can be set with command line switches. Most options can also be set in an .aider.conf.yml
file which can be placed in your home directory or at the root of your git repo. Or by setting environment variables like AIDER_xxx
either in your shell or a .env
file.
Here are 4 equivalent ways of setting an option.
With a command line switch:
Using a .aider.conf.yml
file:
By setting an environment variable:
Using an .env
file: