Files
ansible-shared/server/files/vim/README.md

9 lines
239 B
Markdown

# How to Update
Don't git clone because its missing :PlugInstall
Instead copy from linstore
rsync -vaP --delete linstore:/store/data/manup/nwq/vimrc/source/vimrc-current/etc/vim/ ./vim
find ./vim -type d -name '.git' -exec rm -rf {} \;