Add function for inheriting fish
installers
This commit is contained in:
parent
d1076f9b2d
commit
4504ca85d4
20 changed files with 53 additions and 97 deletions
scripts/Arch/Software/vim
|
@ -2,6 +2,7 @@
|
|||
begin
|
||||
set -l dir (status dirname)
|
||||
source "$dir/../../Scripts/software.fish"
|
||||
inherit "$dir/../../../Common/Software/vim/main.fish"
|
||||
|
||||
function installSW
|
||||
yayinst (
|
||||
|
@ -13,10 +14,5 @@ begin
|
|||
wl-clipboard
|
||||
end
|
||||
|
||||
|
||||
function configureSW -V dir
|
||||
fish "$dir/../../../Common/Software/vim/main.fish" configure
|
||||
end
|
||||
|
||||
runInstaller $argv
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue