From e3a743b4d440bed9c0f2d190dae3f2d68f28e1ff Mon Sep 17 00:00:00 2001 From: z0rc Date: Wed, 13 Mar 2024 12:31:49 +0100 Subject: [PATCH] added update-vim.sh script --- update-scripts/update-all.sh | 1 + update-scripts/update-vim.sh | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100755 update-scripts/update-vim.sh diff --git a/update-scripts/update-all.sh b/update-scripts/update-all.sh index 570cbff..8d85631 100755 --- a/update-scripts/update-all.sh +++ b/update-scripts/update-all.sh @@ -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" diff --git a/update-scripts/update-vim.sh b/update-scripts/update-vim.sh new file mode 100755 index 0000000..8f1167f --- /dev/null +++ b/update-scripts/update-vim.sh @@ -0,0 +1,9 @@ +#!/bin/bash + + +set -eEuxo pipefail + + +cd ~/.vim/pack/git +git submodule update --remote +git commit -m "automagic update"