# ============================================================================= # topgrade.toml — chezmoi-managed # Most steps (system, pacstall, flatpak, snap, cargo, npm, pyenv, rustup, etc.) # are auto-detected by topgrade when their binaries are on $PATH. Only set # custom config here. # ============================================================================= [misc] # Run `sudo -v` at the start so cached credentials cover the whole run. # Without this, topgrade will pause for password mid-run on each sudo invocation. pre_sudo = true # Don't fail the whole run if one step fails. ignore_failures = ["node"] # Print the time in step titles for verbose output. display_time = true