aboutsummaryrefslogtreecommitdiffstats
path: root/config.example
blob: cbd419e7a485751c75b39624a3d1dc0dcea63536 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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"

# Git remote URL — if set, script ensures this is registered as 'origin'
#GIT_REMOTE="git@github.com:you/my-dotfiles.git"

# Branch to push to when using -p/--push (defaults to current branch if unset)
#GIT_BRANCH="master"

# Basenames --suggest skips when scanning for new config (override the
# baked-in default). Uncomment and edit to customize.
#SUGGEST_IGNORE=(.cache .local .git .ssh .gnupg .Trash .pki .nv \
#                .mozilla .thunderbird .npm .cargo .rustup .java \
#                .dbus .config)