5 lines
63 B
Bash
Executable File
5 lines
63 B
Bash
Executable File
#!/bin/bash
|
|
|
|
ln -s $PWD/.vimrc ~/.vimrc
|
|
ln -s $PWD/.vim ~/.vim
|