PortValhalla/scripts/Arch/Software/git/install.sh

15 lines
277 B
Bash
Raw Normal View History

#!/bin/bash
pushd "${BASH_SOURCE%/*}" > /dev/null;
yay --noconfirm -Syu \
git \
git-lfs \
gitflow-avh \
gitflow-bashcompletion-avh \
gitflow-fishcompletion-avh \
gitflow-zshcompletion-avh;
. "../../../Common/Config/git/install.sh";
popd > /dev/null;