summaryrefslogtreecommitdiffstats
path: root/init_new_user.sh
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-08-11 16:21:21 +0200
committerFlorian Pritz <bluewind@xinu.at>2012-08-11 16:21:21 +0200
commit074227ca0bdcf6428f7fbc1cfbc78b35448b0a12 (patch)
tree57a8200d5bc51584283b535145982373b806a618 /init_new_user.sh
parent8a4075af02243e08d6574177fae5bc4b9615f786 (diff)
downloadbin-074227ca0bdcf6428f7fbc1cfbc78b35448b0a12.tar.gz
bin-074227ca0bdcf6428f7fbc1cfbc78b35448b0a12.tar.xz
init_new_user.sh: symlink .gitignore
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 2cdd038..8a42fa6 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 .gitconfig; do
+for i in .zshrc .vimrc .screenrc .screenrc-2 .zprofile .htoprc .dircolors .vim .gitconfig .gitignore; do
ln -sf git/dotfiles/$i $i
done