mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:20:03 +08:00
8 lines
161 B
Bash
Vendored
8 lines
161 B
Bash
Vendored
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
|
|
|
rm $DIR/.git/hooks/*
|
|
cp $DIR/.githooks/* $DIR/.git/hooks/
|
|
chmod 755 $DIR/.git/hooks/*
|
|
|
|
|