Add scripts for installing
This commit is contained in:
parent
4dfeea15ac
commit
0f46c2f3a1
3 changed files with 20 additions and 0 deletions
scripts/Arch/Software/vim
12
scripts/Arch/Software/vim/install.sh
Executable file
12
scripts/Arch/Software/vim/install.sh
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||
|
||||
yay --noconfirm -Syu \
|
||||
gvim \
|
||||
vi-vim-symlink \
|
||||
vim-wayland-clipboard-git \
|
||||
;
|
||||
|
||||
. "../../../Common/Config/vim/install.sh";
|
||||
|
||||
popd > /dev/null;
|
Loading…
Add table
Add a link
Reference in a new issue