Package essential software
This commit is contained in:
parent
ed065e6991
commit
8d1c754106
7 changed files with 178 additions and 1 deletions
scripts/Arch/Software/git
19
scripts/Arch/Software/git/main.fish
Normal file
19
scripts/Arch/Software/git/main.fish
Normal file
|
@ -0,0 +1,19 @@
|
|||
#!/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
|
Loading…
Add table
Add a link
Reference in a new issue