Browse Source

vim install submodule

master
Robin Thoni 8 years ago
parent
commit
fe5fc6b2e9
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      vim/install

+ 5
- 0
vim/install View File

@@ -2,3 +2,8 @@
2 2
 
3 3
 ln -sf "$PWD"/vim ~/.vim
4 4
 ln -sf "$PWD"/vimrc ~/.vimrc
5
+
6
+cd ..
7
+git submodule init
8
+git submodule update
9
+cd vim

Loading…
Cancel
Save