From 735ae403fc40be44c17ffaec8c3e3ffc08d154ba Mon Sep 17 00:00:00 2001 From: Ryan Reed Date: Tue, 21 Sep 2021 21:49:32 -0400 Subject: [PATCH] Removing .local for Mac --- .chezmoiignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.chezmoiignore b/.chezmoiignore index abc3b24..c4963a0 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -6,3 +6,7 @@ {{ if (hasKey . "git") | not }} .gitconfig {{- end }} + +{{ if (eq .chezmoi.os "darwin") }} +.local +{{- end }}