added update-vim.sh script

This commit is contained in:
z0rc 2024-03-13 12:31:49 +01:00
parent 23bce51942
commit e3a743b4d4
2 changed files with 10 additions and 0 deletions

View File

@ -10,3 +10,4 @@ sudo "${script_dir}/update-apt.sh"
"${script_dir}/update-fw.sh"
"${script_dir}/update-flatpak.sh"
"${script_dir}/update-mamba.sh"
"${script_dir}/update-vim.sh"

9
update-scripts/update-vim.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
set -eEuxo pipefail
cd ~/.vim/pack/git
git submodule update --remote
git commit -m "automagic update"