diff --git a/Documents/bin/install-git-hooks b/Documents/bin/install-git-hooks
new file mode 100755
index 0000000000000000000000000000000000000000..1c91e81749b400e867b4ea0ceca96c78743e6a75
--- /dev/null
+++ b/Documents/bin/install-git-hooks
@@ -0,0 +1,5 @@
+#!/bin/sh
+set -eu
+
+cd "$HOME/.githooks"
+find  -type f -exec ln -sf ../../.githooks/{} ../.git/hooks/ \;