From 6ee0570945821353e30f625c53d5a34651359cfd Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 9 Jul 2016 23:55:23 +0000 Subject: add `make config` mechanism. `make config` will now install a sample configuration file at `~/.config/git-difme/config`. * Makefile (config, $(config_dir), $(config_file)): new targets. * README.org (the config file): add sub section under `installing` section. * examples/config: add file; sample user config file. --- examples/config | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 examples/config (limited to 'examples/config') diff --git a/examples/config b/examples/config new file mode 100644 index 0000000..f4aec4f --- /dev/null +++ b/examples/config @@ -0,0 +1,8 @@ +;; -*- mode: scheme; -*- +;; public domain. no rights reserved. + +(define (difme-repos) + (list '("/path/to/git/repo/foo" "M" "D" "?") + '("/path/to/git/repo/bar" "M") + '("/path/to/git/repo/baz" "M" "?") + '("/path/to/git/repo/frb"))) -- cgit v1.2.3