nixos-config/hosts/zilch/config/unison/backup.prf
2020-08-24 23:56:31 +08:00

34 lines
565 B
Plaintext

# Paths to synchronize
path = writings
path = projects
path = library
# My GnuPG keys
path = .gnupg
# The password store of gopass
path = .password-store
# My SSH keys
path = .ssh
# Some regexps specifying names and paths to ignore
ignore = Name temp.*
ignore = Name *~
ignore = Name .*~
ignore = Name *.o
ignore = Name *.tmp
# Node cache
ignore = Name node_modules
# Rust build caches
ignore = Name target
# The diff command with the unified style (the same style Git uses for showing diffs)
diff = diff --unified
# Log actions to the terminal
log = true