#!/bin/bash
ln -sf $(realpath .git-hooks/pre-commit) .git/hooks/pre-commit
ln -sf $(realpath .git-hooks/post-checkout) .git/hooks/post-checkout