initial commit

This commit is contained in:
2022-07-27 22:45:40 -04:00
commit 30d2520a1b
3 changed files with 72 additions and 0 deletions

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
makepac
--------
`makepacc` is a simple package manager to keep all file changes in a linux server in a git repository.
Initial setup
mkdir myfiles
cd myfiles
git init
git submodule add https://gitlab.com/balki/makepac'
echo "include make-pac/Makefile" > Makefile'
make skel
git add .
git commit -m 'initial commit'
Now, create all the files inside the `root` directory and run `make install` to have it symlinked to the same path in the real root. Permissions and ownership of the files are recorded with `make save-perms` in `./acl`. After making changes to the system, just make a git commit to record the state