From 0cd06a3c76768856134e0796bd81f4a16f82f36e Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Thu, 10 Jun 2021 22:58:00 -0400 Subject: [PATCH] ADD logic to differentiate headless and desktop --- .chezmoiignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.chezmoiignore b/.chezmoiignore index 0e8dd42..d5c9930 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -1 +1,14 @@ +{{- if ne .chezmoi.hostname "petrucci4prez" }} +dot_bin + +dot_config +!dot_config/private_gnupg +!dot_config/python +!dot_config/zsh + +dot_local + +# this is linked; allow VirtualBox to configure by itself VirtualBox.xml + +{{- end }}