Files
ansible-shared/server/bash-profile/files/vim/update-from-linstore
2020-04-02 17:23:57 -06:00

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 {} \;