Compare commits
2 Commits
23bce51942
...
0f4fab08a5
Author | SHA1 | Date | |
---|---|---|---|
|
0f4fab08a5 | ||
e3a743b4d4 |
@ -10,3 +10,4 @@ sudo "${script_dir}/update-apt.sh"
|
|||||||
"${script_dir}/update-fw.sh"
|
"${script_dir}/update-fw.sh"
|
||||||
"${script_dir}/update-flatpak.sh"
|
"${script_dir}/update-flatpak.sh"
|
||||||
"${script_dir}/update-mamba.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 --init --recursive --remote
|
||||||
|
git commit -m "automagic update"
|
Loading…
Reference in New Issue
Block a user