1

Begin setting up module system

This commit is contained in:
Evan Pratten 2024-05-16 10:02:40 -04:00
parent 23606d667b
commit 98221b559e
2 changed files with 10 additions and 1 deletions

6
.gitignore vendored
View File

@ -1,4 +1,8 @@
/secrets
/configs/remmina
__pycache__
.nvimlog
.nvimlog
# ewconfig modules
/modules/*
!/modules/README.md

5
modules/README.md Normal file
View File

@ -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`.