From 6fc1d7eb81d84f7cf6ddd9125daf70d7abca8620 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sat, 21 May 2022 00:17:58 -0400 Subject: [PATCH] ENH pull in git repos using chezmoi --- .chezmoiexternal.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .chezmoiexternal.yaml diff --git a/.chezmoiexternal.yaml b/.chezmoiexternal.yaml new file mode 100644 index 0000000..6634541 --- /dev/null +++ b/.chezmoiexternal.yaml @@ -0,0 +1,18 @@ +{{- if eq .chezmoi.hostname "petrucci4prez" }} +.config/emacs: + type: git-repo + url: https://github.com/ndwarshuis/.emacs.d.git +.config/rofi-extras: + type: git-repo + url: https://github.com/ndwarshuis/rofi-extras.git +.config/xman: + type: git-repo + url: https://github.com/ndwarshuis/xman.git +.config/xmonad: + type: git-repo + url: https://github.com/ndwarshuis/xmonad-config.git +.config/conky: + type: git-repo + url: https://github.com/ndwarshuis/conky.git + clone-args: --recurse-submodules +{{- end }}