Files
ansible-shared/server/files/vim/update-from-linstore

3 lines
159 B
Plaintext
Executable File

rsync -vaP --delete --exclude .git linstore:/store/data/manup/nwq/vimrc/source/vimrc-current/etc/vim/ ./vim
find ./vim -type d -name '.git' -exec rm -rf {} \;