From a8430376596539ad6eb8a21ac4ad2404faf4439d Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 8 Feb 2012 19:05:17 +0100 Subject: init_new_user.sh: symlink ~/.vim Signed-off-by: Florian Pritz --- init_new_user.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init_new_user.sh') diff --git a/init_new_user.sh b/init_new_user.sh index 281abc4..f60ba7a 100644 --- a/init_new_user.sh +++ b/init_new_user.sh @@ -11,8 +11,8 @@ 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; do +for i in .zshrc .vimrc .screenrc .screenrc-2 .zprofile .htoprc .dircolors .vim; do ln -sf git/dotfiles/$i $i done -mkdir -p .zsh .vim +mkdir -p .zsh -- cgit v1.2.3-24-g4f1b