3a3fc30b8c
- linting/fixing/formating - utility for suggesting aliases now accepts parameters to change output size - add helper to checkci - add verify committer script to avoid committer with wrong git identify
7 lines
184 B
Bash
7 lines
184 B
Bash
#!/usr/bin/env bash
|
|
# Copy pre-commit hooks
|
|
cd "$HOME/Code/dotfiles" || exit
|
|
git config --global init.templateDir ~/.git-template
|
|
pre-commit init-templatedir ~/.git-template
|
|
copyhooks
|