vim sctipts
ssh-keygen
$ ssk-keygen -t rsa
$ cat ~/.ssh/id_rsa.pub
usage.
$ mkdir ~/.vim
$ cd ~/.vim
$ git clone git@github.com:thekyo/vimfiles.git .
$ git submodule init
$ git submodule foreach 'git pull origin master' or git submodule foreach 'git checkout master; git pull'
$ git submodule update