vimfiles/setup.sh
2021-12-01 00:33:49 +01:00

5 lines
111 B
Bash
Executable file

#!/bin/sh
[ "${PWD}" = "$HOME/.vim" ] || ln -sfn "${PWD}" "$HOME/.vim"
vim -u plugged.vim +PlugInstall +qall