From 2f470523ecef3298a07fcc20a506cbccb0705df1 Mon Sep 17 00:00:00 2001 From: Constantin Simonis Date: Mon, 16 Jun 2025 10:11:18 +0200 Subject: [PATCH] add post-merge hook --- install | 2 ++ post-merge | 3 +++ 2 files changed, 5 insertions(+) create mode 100755 post-merge 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