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