summaryrefslogtreecommitdiffstats
path: root/init_new_user.sh
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-08-11 16:14:33 +0200
committerFlorian Pritz <bluewind@xinu.at>2012-08-11 16:14:33 +0200
commit8a4075af02243e08d6574177fae5bc4b9615f786 (patch)
treedf6b872af8c99513c8c80de45a6ccf4463ab6475 /init_new_user.sh
parent5195c23a401b025f6c3cd4fa743676d0f2bbee8e (diff)
downloadbin-8a4075af02243e08d6574177fae5bc4b9615f786.tar.gz
bin-8a4075af02243e08d6574177fae5bc4b9615f786.tar.xz
mass update
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'init_new_user.sh')
-rw-r--r--init_new_user.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/init_new_user.sh b/init_new_user.sh
index fa5738b..2cdd038 100644
--- a/init_new_user.sh
+++ b/init_new_user.sh
@@ -11,7 +11,7 @@ cd git
git clone git://git.server-speed.net/~flo/git/dotfiles.git
cd $HOME
-for i in .zshrc .vimrc .screenrc .screenrc-2 .zprofile .htoprc .dircolors .vim; do
+for i in .zshrc .vimrc .screenrc .screenrc-2 .zprofile .htoprc .dircolors .vim .gitconfig; do
ln -sf git/dotfiles/$i $i
done