Add installation script for .factory directory

This commit is contained in:
2026-02-16 16:31:44 +05:30
parent c0cca3db72
commit 5b29c844c8

7
install.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
# Install .factory to ~/.factory (merges, does not replace parent folders)
mkdir -p ~/.factory
rsync -av .factory/ ~/.factory/
echo "Installed .factory to ~/.factory"