Configuration Files - mschnitzer/dapsenv GitHub Wiki

DapsEnv has one global configuration file, what is shipped with the rpm package. The file is located in /etc/dapsenv/dapsenv.conf and is marked with the config flag inside the rpm package.

If an additional configuration file is required, you can create one by using the config command.

Example:

dapsenv config --generate --path /home/tux/.dapsenv

The command above creates a configuration inside the .dapsenv folder, called dapsenv.conf. A .dapsenv directory gets created during the first call of dapsenv inside the home directory of the current user.

DapsEnv will merge the /etc/dapsenv/dapsenv.conf config together with the one created in /home/tux/.dapsenv. Changes in /home/tux/.dapsenv/dapsenv.conf will override the changes in /etc/dapsenv/dapsenv.conf.