Add script for installing all git configs
This commit is contained in:
parent
40972a6a29
commit
ecc0370321
2 changed files with 10 additions and 6 deletions
|
@ -29,10 +29,5 @@ then
|
|||
source "../Fonts/MicrosoftFonts/install.sh";
|
||||
fi;
|
||||
|
||||
# Git Config
|
||||
source "../git/setup/install.sh";
|
||||
source "../git/flow/install.sh";
|
||||
|
||||
# Troll Stuff
|
||||
source "../git/git-auf-deutsch/install.sh";
|
||||
source "../git/install.sh";
|
||||
popd > /dev/null;
|
||||
|
|
9
scripts/Common/Config/git/install.sh
Executable file
9
scripts/Common/Config/git/install.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||
|
||||
# Git Config
|
||||
source "./setup/install.sh";
|
||||
source "./flow/install.sh";
|
||||
|
||||
# Troll Stuff
|
||||
source "./git-auf-deutsch/install.sh";
|
Loading…
Reference in a new issue