From 334f2e4e0d001c4f4520dbc8112d30440d36c294 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Thu, 26 Jan 2023 13:37:34 -0500 Subject: [PATCH] add external git repo for taskwarrior_hooks --- .chezmoiexternal.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.chezmoiexternal.toml b/.chezmoiexternal.toml index 3aaef84..08a9d8e 100644 --- a/.chezmoiexternal.toml +++ b/.chezmoiexternal.toml @@ -7,3 +7,8 @@ type = "git-repo" url = "git@git.arachnitech.com:kellya/twalias.git" refreshPeriod = "168h" + +[".config/task/hooks"] + type = "git-repo" + url = "git@git.arachnitech.com:kellya/taskwarrior_hooks.git" + refreshPeriod = "168h"