add post-merge hook
This commit is contained in:
2
install
2
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"
|
echo "Include $HOME/.config/ssh/*" >> "$HOME/.ssh/config"
|
||||||
|
|
||||||
|
cp post-merge .git/hooks
|
||||||
|
|
||||||
./setup
|
./setup
|
||||||
|
3
post-merge
Executable file
3
post-merge
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
./setup
|
Reference in New Issue
Block a user