refactor: remove obsolete modules and introduce new config format
Removed all outdated modules
introduced new config format which following the below structure:
[tweaks]
# Optional
include = ["other config"]
files = [{ source, dest, rename(optional) }]
# Optional
folders = [{ source, dest, rename(optional) }]
Signed-off-by: Mohammed ElDegwi mohammedeldegwi@gmail.com
Edited by Mohammed ElDegwi