summary refs log tree commit diff
path: root/.chezmoiignore
diff options
context:
space:
mode:
authorAlen <alen@dotfiles.xyz>2023-09-14 02:55:44 +0400
committerAlen <alen@dotfiles.xyz>2023-09-14 02:55:44 +0400
commitb58b9ce1c165dc136f0f05a5f31ddc6e4d1d2ced (patch)
tree6d513fa5c7a9969a9b3361d579f99c25c0472ab3 /.chezmoiignore
parentf80537fe2b6b7d5d83a9cc472dffe1a4aace7c73 (diff)
Add reminders.swift to local bin
Diffstat (limited to '.chezmoiignore')
-rw-r--r--.chezmoiignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.chezmoiignore b/.chezmoiignore
index 36e7889..9bf243b 100644
--- a/.chezmoiignore
+++ b/.chezmoiignore
@@ -26,3 +26,6 @@
 /OneDrive/Documents/PowerShell/profile.ps1
 /Documents/PowerShell/profile.ps1
 {{ end }}
+
+# Ignore reminders.swift for non-macOS
+{{ if ne .chezmoi.os "darwin" -}} /.local/bin/reminders.swift {{- end }}