nixos-config/hosts/zilch/config/unison/default.prf

25 lines
433 B
Plaintext
Raw Normal View History

2020-08-16 08:33:44 +00:00
# Paths to synchronize
path = writings
path = projects
path = library
# My GnuPG keys
path = .gnupg
# The password store of gopass
path = .password-store
# Some regexps specifying names and paths to ignore
ignore = Name temp.*
ignore = Name *~
ignore = Name .*~
ignore = Name *.o
ignore = Name *.tmp
# Use this command for displaying diffs
diff = diff -y -W 79 --suppress-common-lines
# Log actions to the terminal
log = true