Create directory for git extensions
This commit is contained in:
parent
27646e11b7
commit
a062f41902
3 changed files with 5 additions and 1 deletions
|
@ -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";
|
||||
|
|
4
scripts/Software/git/install.sh
Executable file
4
scripts/Software/git/install.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
pushd "${BASH_SOURCE%/*}";
|
||||
source "./flow.sh";
|
||||
popd;
|
Loading…
Reference in a new issue