upgr/README.md

382 B

upgr

The ultimate system upgrade solution!

Tired of running a bunch of commands to update your system? Combine them into one with upgr!

...just create a config file in ~/.config/upgr/config.lua and add your commands!

steps = {
    {
        command = "apt update && apt upgrade",
    },
    {
        command = "rustup update",
    }
}

then run upgr to ugprade!