feat: Add setup script for configuring git hooks

This commit is contained in:
2026-03-21 23:28:51 +05:30
parent 545f06b293
commit 8210080b43
3 changed files with 12 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
# Setup script for development environment
echo "Setting up git hooks..."
git config core.hooksPath .githooks
echo "Setup complete!"