first commit

This commit is contained in:
Gage-Goodson
2025-07-30 20:58:34 -05:00
commit 13acf3130c
9 changed files with 846 additions and 0 deletions

8
install.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
ln -s pre-commit ./.git/hooks/pre-commit
chmod u+x pre-commit
python3 -m venv .venv
source .venv