mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45:30 +00:00
migrate dotfiles to chezmoi
This commit is contained in:
7
run_onchange_before_22_vimplug.sh
Normal file
7
run_onchange_before_22_vimplug.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
if [ ! -d "$HOME/.vim/autoload" ]; then
|
||||
echo "setup vim plug"
|
||||
curl -fLo $HOME/.vim/autoload/plug.vim --create-dirs \
|
||||
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||
fi
|
||||
Reference in New Issue
Block a user