confpub/update-scripts/update-vim.sh
2025-03-15 21:38:24 +00:00

10 lines
138 B
Bash
Executable File

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