diff --git a/.gitignore b/.gitignore index d5bb85d..603393e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ /secrets /configs/remmina __pycache__ -.nvimlog \ No newline at end of file +.nvimlog + +# ewconfig modules +/modules/* +!/modules/README.md \ No newline at end of file diff --git a/modules/README.md b/modules/README.md new file mode 100644 index 0000000..7ffe330 --- /dev/null +++ b/modules/README.md @@ -0,0 +1,5 @@ +# `ewconfig` modules + +This directory can be filled with context-specific modules. Each module may contain a `install.sh` file that can be used to run arbitrary installation commands. + +If any module contains a `bin` directory, it will be added to the system's `$PATH`.