228982a0a8
- giant refactoring - add aliases and functions to ease work - apply linters / fixers / fmt to most files
7 lines
178 B
Bash
7 lines
178 B
Bash
#!/usr/bin/env bash
|
|
# Copy pre-commit hooks
|
|
cd ~/Code/dotfiles || exit
|
|
git config --global init.templateDir ~/.git-template
|
|
pre-commit init-templatedir ~/.git-template
|
|
copyhooks
|