mirror of
https://github.com/bendtherules/opencode-multi-model.git
synced 2026-08-18 21:52:11 +00:00
7 lines
154 B
Bash
Executable File
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!" |