From fc245f8282177c4b692861585ce9c56d088152a9 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Mon, 27 Jun 2022 21:38:20 -0400 Subject: [PATCH] add i3 git repo to chezmoi --- .chezmoiexternal.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .chezmoiexternal.toml diff --git a/.chezmoiexternal.toml b/.chezmoiexternal.toml new file mode 100644 index 0000000..fcbf4f0 --- /dev/null +++ b/.chezmoiexternal.toml @@ -0,0 +1,5 @@ +[".config/i3/"] + type = "git-repo" + url = "git@github.com:kellya/i3-config.git" + refreshPeriod = "168h" +