A .gitmodules => .gitmodules +3 -0
@@ 0,0 1,3 @@
+[submodule "root/usr/share/emacs/site-lisp"]
+ path = root/usr/share/emacs/site-lisp
+ url = https://git.hacktivista.com/site-lisp/
M README.md => README.md +2 -2
@@ 21,13 21,13 @@ useradd -m -G wheel <user> && passwd <user> && usermod -aG <user> <main-user>
Apply configurations to my system
```
-sudo rsync -Pau --chown root:root root/* /
+sudo rsync -Pau --exclude '.git' --chown root:root root/* /
```
Apply configurations to postmarketOS
```
-rsync -Paud --files-from='pmOS.list' root/ /
+rsync -Paud ---exclude '.git' -files-from='pmOS.list' root/ /
```
## Licensing
M pmOS.list => pmOS.list +1 -0
@@ 1,2 1,3 @@
etc/skel/.config/user-dirs.dirs
etc/skel/.mozilla
+usr/share/emacs/site-lisp
A root/usr/share/emacs/site-lisp => root/usr/share/emacs/site-lisp +1 -0
@@ 0,0 1,1 @@
+Subproject commit 3d15bcab1376dd2e7a43da1afc48f2f33ca20ff6