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. --- README.org | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.org') diff --git a/README.org b/README.org index 63148a9..e096bf9 100644 --- a/README.org +++ b/README.org @@ -76,6 +76,14 @@ path=(~/.bin $path) to =.zshenv=. +*** the config file + +#+BEGIN_SRC bash +make config +#+END_SRC + +that will install a sample config file at =~/.config/git-difme=. + ** license gnu general public license version 3 or higher. -- cgit v1.2.3