Install .gitconfig & .gitconfig.local (if not exists).
This commit is contained in:
@@ -19,6 +19,12 @@ cp ${BASEDIR}/.zshrc ~/
|
|||||||
#
|
#
|
||||||
cp ${BASEDIR}/.tmux.conf ~/
|
cp ${BASEDIR}/.tmux.conf ~/
|
||||||
|
|
||||||
|
#
|
||||||
|
cp ${BASEDIR}/.gitconfig ~/
|
||||||
|
if [ ! -e ~/.gitconfig.local ]; then
|
||||||
|
cp ${BASEDIR}/.gitconfig.local ~/
|
||||||
|
fi
|
||||||
|
|
||||||
# vim
|
# vim
|
||||||
mkdir -p ~/.vim/
|
mkdir -p ~/.vim/
|
||||||
rsync -a ${BASEDIR}/.vim/ ~/.vim/
|
rsync -a ${BASEDIR}/.vim/ ~/.vim/
|
||||||
|
|||||||
Reference in New Issue
Block a user