diff options
-rw-r--r-- | init_new_user.sh | 2 |
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 |