diff --git a/install b/install index f7be5d5..3c8b91b 100755 --- a/install +++ b/install @@ -29,4 +29,6 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/too echo "Include $HOME/.config/ssh/*" >> "$HOME/.ssh/config" +cp post-merge .git/hooks + ./setup diff --git a/post-merge b/post-merge new file mode 100755 index 0000000..cf802e2 --- /dev/null +++ b/post-merge @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +./setup