From bf6db4e57895430d84503e800cec9e8b407212a8 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 6 May 2021 17:00:00 -0400 Subject: Added a real configuration file (plus a dependency on libconfuse) --- files/dmtool.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 files/dmtool.conf (limited to 'files/dmtool.conf') diff --git a/files/dmtool.conf b/files/dmtool.conf new file mode 100644 index 0000000..87ea4e5 --- /dev/null +++ b/files/dmtool.conf @@ -0,0 +1,13 @@ +# This is the configuration file for dmtool + +# Directories to search for PHB entries +weapons = "/usr/share/dmtool/weapons/" +armor = "/usr/share/dmtool/armor/" +spells = "/usr/share/dmtool/spells/" +creatures = "/usr/share/dmtool/creatures/" + +# Directory to save all custom entries +savedir = "${HOME}/.dmtool/" + +# Editor to use in the "dmtool edit" command +editor = "vi" -- cgit v1.2.3