## Configuration The configuration file allows you to edit keybindings or change the theme. By default, it is stored in the following location: | Operating System | Configuration File Location | | ---------------- | ------------------------------------------------------- | | Unix | `$HOME/.config/discordo/config.yml` | | Darwin | `$HOME/Library/Application Support/discordo/config.yml` | | Windows | `%AppData%/discordo/config.yml` | You can also use the `--config` flag to specify a different location for the configuration file: ``` discordo --config "/foo/bar/config.yml" ```