confpub/update-scripts/update-vim.sh
2024-03-13 12:44:44 +01:00

10 lines
137 B
Bash
Executable File

#!/bin/bash
set -eEuxo pipefail
cd ~/.vim/pack/git
git submodule update --init --recursive --remote
git commit -m "automagic update"