summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 6d794b3..f35fc86 100644
--- a/install.sh
+++ b/install.sh
@@ -53,6 +53,12 @@ chmod 0700 ~/.vim/swap # swap files should only be readable by owner
eval $cp_or_ln " ${PWD}/vim/vimrc ~/$VIMFILES/vimrc"
eval $cp_or_ln " ${PWD}/vim/fun.vim ~/$VIMFILES/fun.vim"
+# git
+
+[ -d ~/.config/git ] || mkdir -p ~/.config/git
+eval $cp_or_ln " ${PWD}/git/ignore ~/.config/git/ignore"
+eval $cp_or_ln " ${PWD}/git/config ~/.config/git/config"
+
# done