upgr/README.md

20 lines
382 B
Markdown

# 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!
```lua
steps = {
{
command = "apt update && apt upgrade",
},
{
command = "rustup update",
}
}
```
then run `upgr` to ugprade!