update installation scripts

This commit is contained in:
Alex Yatskov 2019-06-20 20:38:16 -07:00
parent 839305f3a2
commit 36f3a7626d
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
git submodule update --init --recursive
pip2 install --user pyflakes --upgrade
pip3 install --user pynvim --upgrade
pip2 install --user pyflakes
pip3 install --user pynvim

View File

@ -1,4 +1,4 @@
#!/bin/bash
ln -s $PWD/.vimrc ~/.vimrc
ln -s $PWD/.vim ~/.vim
ln -sf $PWD/.vimrc ~/.vimrc
ln -sf $PWD/.vim ~/.vim