From adeb1811c5978cd56fb16421f692721a3f1fe0b0 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Thu, 14 Jul 2022 16:40:17 -0500 Subject: [PATCH] Only include nanorc files from nano --- .chezmoiexternal.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.chezmoiexternal.toml b/.chezmoiexternal.toml index 269b594..9117ea0 100644 --- a/.chezmoiexternal.toml +++ b/.chezmoiexternal.toml @@ -2,6 +2,8 @@ type = "archive" url = "https://github.com/scopatz/nanorc/archive/master.zip" refreshPeriod = "720h" + stripComponents = 1 + include = ["*.nanorc"] [".local/share/fonts/meslolgs-nf-regular.ttf"] type = "file"