Deploy with stow

This commit is contained in:
2025-06-12 00:31:22 -04:00
parent 9c0ade560c
commit 5e80dc91b1
29 changed files with 149 additions and 44 deletions

8
README.md Normal file
View File

@@ -0,0 +1,8 @@
---
Server scripts and configs are organized using GNU stow packages.
Examples:
* Deploy system-wide MATE layout and themes: `sudo stow --adopt -R -t / theme`
* Deploy system-wide scripts: `sudo stow --adopt -R -t / scripts`
* Deploy system config files: `sudo stow --adopt -R -t / config`