add home to repo

This commit is contained in:
valere
2025-11-15 09:59:44 +01:00
parent 170ede89f8
commit 463540770a
85 changed files with 1051 additions and 0 deletions

7
pre-commit Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
# install bashrc if bashrc git edited
if git diff --quiet home/bashrc/.bashrc; then
else
./home/bashrc/install.sh
fi