refactor(install): use symlink for post-merge hook
This commit is contained in:
@ -42,6 +42,6 @@ fi
|
|||||||
mkdir -p "$HOME/.ssh"
|
mkdir -p "$HOME/.ssh"
|
||||||
echo "Include $HOME/.config/ssh/*" >> "$HOME/.ssh/config"
|
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
|
./setup
|
||||||
|
Reference in New Issue
Block a user