diff --git a/home/.chezmoi.yaml.tmpl b/home/.chezmoi.yaml.tmpl index 83af6e0d..aa2ee8f7 100644 --- a/home/.chezmoi.yaml.tmpl +++ b/home/.chezmoi.yaml.tmpl @@ -214,6 +214,7 @@ diff: - "--paging" - never exclude: + - directory - externals - scripts edit: diff --git a/home/.chezmoiscripts/universal/run_before_05-system.sh.tmpl b/home/.chezmoiscripts/universal/run_before_05-system.sh.tmpl index e5bf3f37..4ea3e0a5 100644 --- a/home/.chezmoiscripts/universal/run_before_05-system.sh.tmpl +++ b/home/.chezmoiscripts/universal/run_before_05-system.sh.tmpl @@ -128,8 +128,8 @@ disableDStoreFileCreation() { # @description Enables transparent dark-mode on macOS enableDarkTransparentMode() { if command -v m > /dev/null; then - logg info 'Enabling dark mode' && m appearance darkmode YES - logg info 'Enabling theme transparency' && m appearance transparency YES + logg info 'Enabling dark mode' && m appearance darkmode YES > /dev/null + logg info 'Enabling theme transparency' && m appearance transparency YES > /dev/null fi }