vimfiles/setup.sh

5 lines
84 B
Bash
Executable file

#!/bin/sh
ln -sfn "$(pwd)" "$HOME/.vim"
ln -sfn "$HOME/.vim/vimrc" "$HOME/.vimrc"