mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:20:05 +08:00
8 lines
161 B
Bash
8 lines
161 B
Bash
|
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/*
|
||
|
|
||
|
|