diff --git a/scripts/Software/Collections/personal.sh b/scripts/Software/Collections/personal.sh index 060ed068b..51106abb9 100755 --- a/scripts/Software/Collections/personal.sh +++ b/scripts/Software/Collections/personal.sh @@ -17,6 +17,7 @@ source "$softwareRoot/Brave/install-extensions.sh"; source "$softwareRoot/Google Chrome/install.sh"; # Install further software +source "$softwareRoot/git-flow/install.sh"; source "$softwareRoot/logo-ls/install.sh"; source "$softwareRoot/VSCodium/install.sh"; source "$softwareRoot/Visual Studio Code/install.sh"; diff --git a/scripts/Software/git-flow/install.sh b/scripts/Software/git-flow/install.sh new file mode 100755 index 000000000..59fac865a --- /dev/null +++ b/scripts/Software/git-flow/install.sh @@ -0,0 +1,4 @@ +#!/bin/bash +sudo apt install git-flow +git flow config set --global master main +git flow config set --global develop dev