mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
module fetch once installed
This commit is contained in:
parent
3eb8d019e5
commit
9e93207df7
1 changed files with 6 additions and 0 deletions
6
scripts/fetch_submodules.sh
Normal file
6
scripts/fetch_submodules.sh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
cd ~/.vim
|
||||
git submodule init
|
||||
git submodule update
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue