blob: f4b98f5ff90548e02e2fff026427c633cf3dffe9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# dot-backup configuration
# Copy to ~/.config/dot-backup/config and edit as needed
# Where backups are stored
#DEFAULT_OUTPUT_DIR="${HOME}/Programming/GIT/my-dotfiles"
# Log file location (used with -q/--quiet)
#LOG_FILE="${HOME}/.local/share/dot-backup/backup.log"
# External dotfiles list (one path per line, # for comments)
#DOTFILES_LIST="${HOME}/.config/dot-backup/files.list"
|