add link script for *nix

This commit is contained in:
Alex Yatskov 2019-03-29 11:05:35 -07:00
parent 2092cec37e
commit 699d02fe9f

4
link.sh Executable file
View File

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