The first task you should do after installing Drupal Console is to execute the init
command. Executing this command will copy the project configurations files to your ~/.console/
directory. Overriding values on these copied files is how you can change DrupalConsole behaviour.
$ drupal init [--override]
~/.console/
├── aliases.yml
├── chain
│ ├── quick-start.yml
│ └── sample.yml
├── config.yml
├── console.rc
├── drupal.fish
└── sites
└── sample.yml