dotvim/link.sh

5 lines
63 B
Bash
Raw Normal View History

2019-03-29 18:05:35 +00:00
#!/bin/bash
ln -s $PWD/.vimrc ~/.vimrc
ln -s $PWD/.vim ~/.vim