added update-vim.sh script
This commit is contained in:
parent
6948d96fd8
commit
c2196a6129
@ -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
9
update-scripts/update-vim.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
set -eEuxo pipefail
|
||||
|
||||
|
||||
cd ~/.vim/pack/git
|
||||
git submodule update --remote
|
||||
git commit -m "automagic update"
|
Loading…
Reference in New Issue
Block a user