diff --git a/install.py b/install.py index 97446a9..1b7156d 100755 --- a/install.py +++ b/install.py @@ -157,8 +157,15 @@ class Installer: ui.info("Generating 'process_list.txt'") with open("process_list.txt", "w") as process_file: + process_file.write( + "# This list is all commented out, " + "uncomment the ones you want to setup.\n" + "\n" + ) process_file.write("# " + "\n# ".join(self.conf.keys()) + "\n") + ui.info("'process_list.txt' generated, you need to edit the file now") + def pretty_path(self, path: Path) -> str: """Put the ~/ back in the path."""