diff options
author | Your Name <you@example.com> | 2021-05-06 17:00:00 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2021-05-06 17:00:00 -0400 |
commit | bf6db4e57895430d84503e800cec9e8b407212a8 (patch) | |
tree | bc21559fc0bff2ad616c5d69a45b5a22cc8cea60 /files/dmtool.conf | |
parent | 5ed030a38810e4a3bb9c969db6892065581340c6 (diff) | |
download | dmtool-bf6db4e57895430d84503e800cec9e8b407212a8.tar.gz dmtool-bf6db4e57895430d84503e800cec9e8b407212a8.tar.bz2 dmtool-bf6db4e57895430d84503e800cec9e8b407212a8.zip |
Added a real configuration file (plus a dependency on libconfuse)
Diffstat (limited to 'files/dmtool.conf')
-rw-r--r-- | files/dmtool.conf | 13 |
1 files changed, 13 insertions, 0 deletions
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" |