config/install.sh

6 lines
63 B
Bash
Raw Normal View History

2019-04-04 16:45:10 +00:00
#!/bin/sh
2019-04-04 16:47:17 +00:00
rm -f $HOME/.vimrc
2019-04-04 16:45:10 +00:00
2019-04-04 16:47:17 +00:00
ln -s $(pwd)/vimrc $HOME/.vimrc