---@type table
local opts = {
    backup_dir = "~/.file-history-git",
    git_cmd = "git",
    hostname = nil,
}

return opts