PortValhalla/scripts/Arch/Software/git/main.fish

20 lines
441 B
Fish
Raw Normal View History

2024-07-15 10:10:06 +00:00
#!/bin/env fish
begin
set -l dir (status dirname)
source "$dir/../../Scripts/software.fish"
function installSW -V dir
yayinst \
git \
git-lfs \
gitflow-avh \
gitflow-bashcompletion-avh \
gitflow-fishcompletion-avh \
gitflow-zshcompletion-avh
fish "$dir/../../../Common/Software/git/main.fish" configure
end
runInstaller $argv
end