summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.chezmoiignore3
-rw-r--r--private_dot_CFUserTextEncoding1
2 files changed, 4 insertions, 0 deletions
diff --git a/.chezmoiignore b/.chezmoiignore
index 7f855d2..db7e307 100644
--- a/.chezmoiignore
+++ b/.chezmoiignore
@@ -9,6 +9,9 @@
 # Ignore Library/ for non-macOS
 {{ if ne .chezmoi.os "darwin" -}} /Library/ {{- end }}
 
+# Ignore .CFUserTextEncoding for non-macOS
+{{ if ne .chezmoi.os "darwin" -}} /.CFUserTextEncoding {{- end }}
+
 # Ignore run_macos_* for non-macOS
 {{ if ne .chezmoi.os "darwin" -}} /*macos_*.sh {{- end }}
 
diff --git a/private_dot_CFUserTextEncoding b/private_dot_CFUserTextEncoding
new file mode 100644
index 0000000..cb17038
--- /dev/null
+++ b/private_dot_CFUserTextEncoding
@@ -0,0 +1 @@
+0:2
\ No newline at end of file