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

39 lines
641 B
Plaintext
Raw Normal View History

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