Begin setting up module system
This commit is contained in:
parent
23606d667b
commit
98221b559e
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,4 +1,8 @@
|
|||||||
/secrets
|
/secrets
|
||||||
/configs/remmina
|
/configs/remmina
|
||||||
__pycache__
|
__pycache__
|
||||||
.nvimlog
|
.nvimlog
|
||||||
|
|
||||||
|
# ewconfig modules
|
||||||
|
/modules/*
|
||||||
|
!/modules/README.md
|
5
modules/README.md
Normal file
5
modules/README.md
Normal 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`.
|
Loading…
x
Reference in New Issue
Block a user