confpub/update-scripts/update-vim.sh

10 lines
118 B
Bash
Raw Normal View History

2024-03-13 11:31:49 +00:00
#!/bin/bash
set -eEuxo pipefail
cd ~/.vim/pack/git
git submodule update --remote
git commit -m "automagic update"