summaryrefslogtreecommitdiffstats
path: root/init_new_user.sh
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-02-08 19:05:17 +0100
committerFlorian Pritz <bluewind@xinu.at>2012-02-08 19:05:17 +0100
commita8430376596539ad6eb8a21ac4ad2404faf4439d (patch)
tree7e881e84ed1a0c88ecfba900d20d439b94f42d6e /init_new_user.sh
parentfe743b4cac8965b96489f6cdeb8bb2c3ce3e8e23 (diff)
downloadbin-a8430376596539ad6eb8a21ac4ad2404faf4439d.tar.gz
bin-a8430376596539ad6eb8a21ac4ad2404faf4439d.tar.xz
init_new_user.sh: symlink ~/.vim
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'init_new_user.sh')
-rw-r--r--init_new_user.sh4
1 files changed, 2 insertions, 2 deletions
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