mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
5 lines
111 B
Bash
Executable file
5 lines
111 B
Bash
Executable file
#!/bin/sh
|
|
|
|
[ "${PWD}" = "$HOME/.vim" ] || ln -sfn "${PWD}" "$HOME/.vim"
|
|
|
|
vim -u plugged.vim +PlugInstall +qall
|