6 lines
91 B
Bash
Executable File
6 lines
91 B
Bash
Executable File
#!/bin/bash
|
|
|
|
ln -s ~/.vim/vimrc ~/.vimrc
|
|
cd ~/.vim
|
|
git submodule update --recursive --init
|