confpub/update-scripts/update-vim.sh

10 lines
137 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 --init --recursive --remote
2024-03-13 11:31:49 +00:00
git commit -m "automagic update"