Is your feature request related to a problem? Please describe.
I found out, that for some projects after starting dekick, and running the seeders, I'd need to start some bash commands. For example, after initializing a Laravel project I'd need to run several dekick artisan ... commands.
Describe the solution you'd like
A place in config file to define a list of commands to be run. Maybe we could somehow even specify when these commands should be run (at beginning, at the end, etc.)