vim: switching to plug.vim
This commit is contained in:
18
install.sh
Executable file
18
install.sh
Executable file
@@ -0,0 +1,18 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ ! -z "$1" ]; then
|
||||
SCRIPTS=$1
|
||||
else
|
||||
SCRIPTS=${HOME}/devel/scripts
|
||||
fi
|
||||
|
||||
find ${SCRIPTS}/config -name .\* -type f -exec ln \{\} . \;
|
||||
|
||||
#mkdir -p .vim/autoload .vim/bundle
|
||||
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
|
||||
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||
# curl -LSso .vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
|
||||
# git clone https://github.com/VundleVim/Vundle.vim.git .vim/bundle/Vundle.vim
|
||||
|
||||
|
||||
# [ -x ~/.bashrc.vahagn ] && source ~/.bashrc.vahagn
|
||||
Reference in New Issue
Block a user