You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

install 130B

123456789
  1. #! /usr/bin/env bash
  2. ln -sf "$PWD"/vim ~/.vim
  3. ln -sf "$PWD"/vimrc ~/.vimrc
  4. cd ..
  5. git submodule init
  6. git submodule update
  7. cd vim