Files

7 lines
154 B
Bash
Executable File

#!/usr/bin/env bash
# Setup script for development environment
echo "Setting up git hooks..."
git config core.hooksPath .githooks
echo "Setup complete!"