Create directory for git extensions

This commit is contained in:
Manuel Thalmann 2023-03-16 18:48:13 +01:00
parent 76fda82c89
commit 7a1715fe37
3 changed files with 5 additions and 1 deletions

View file

@ -17,7 +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/git/install.sh";
source "$softwareRoot/logo-ls/install.sh";
source "$softwareRoot/VSCodium/install.sh";
source "$softwareRoot/Visual Studio Code/install.sh";

View file

@ -0,0 +1,4 @@
#!/bin/bash
pushd "${BASH_SOURCE%/*}";
source "./flow.sh";
popd;