Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7581286

Browse files
author
Kevin McCulloch
committedMay 25, 2016
adding install.sh installation script
1 parent 50542f6 commit 7581286

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎install.sh

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
3+
ln -s $PWD/vimrc $HOME/.vimrc
4+
ln -s $PWD $HOME/.vim

0 commit comments

Comments
 (0)
Please sign in to comment.