From e146e947c52ac4adbe426b3f893faff1e46ed5f8 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Tue, 19 Apr 2016 15:24:25 +0100 Subject: Use GNU stow for dotfiles management --- git/.git_template/hooks/post-checkout | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 git/.git_template/hooks/post-checkout (limited to 'git/.git_template/hooks/post-checkout') diff --git a/git/.git_template/hooks/post-checkout b/git/.git_template/hooks/post-checkout new file mode 100755 index 0000000..84f17ed --- /dev/null +++ b/git/.git_template/hooks/post-checkout @@ -0,0 +1,2 @@ +#!/bin/sh +.git/hooks/ctags >/dev/null 2>&1 & -- cgit v1.2.3