refactor(install): use symlink for post-merge hook

This commit is contained in:
2025-06-30 06:44:43 +02:00
parent 1bf8799c5d
commit 8f7a00e823

View File

@ -42,6 +42,6 @@ fi
mkdir -p "$HOME/.ssh"
echo "Include $HOME/.config/ssh/*" >> "$HOME/.ssh/config"
cp post-merge .git/hooks/
ln -s $DOTFILES_INSTALL_DIR/scripts/post-merge .git/hooks/post-merge
./setup