Explorar el Código

vim install submodule

master
Robin Thoni hace 8 años
padre
commit
fe5fc6b2e9
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5
    0
      vim/install

+ 5
- 0
vim/install Ver fichero

@@ -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…
Cancelar
Guardar