mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
25 lines
433 B
Plaintext
25 lines
433 B
Plaintext
# 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
|
|
|