2020-07-11 10:25:30 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
# Copy pre-commit hooks
|
2020-07-12 14:19:25 +00:00
|
|
|
cd "$HOME/Code/dotfiles" || exit
|
2020-07-11 10:25:30 +00:00
|
|
|
git config --global init.templateDir ~/.git-template
|
|
|
|
pre-commit init-templatedir ~/.git-template
|
|
|
|
copyhooks
|