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

3 lines
144 B
Plaintext
Executable File

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