Files
LeadKit/setup
T
2023-03-01 19:16:33 +03:00

11 lines
214 B
Plaintext
Executable File

# Find source dir
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd "$DIR"
# Set temporary environment variable
export SRCROOT=$DIR
# Configure githooks folder path
git config core.hooksPath .githooks