Add git config by default
This commit is contained in:
parent
4a8050a83d
commit
5b46f1fda5
1 changed files with 4 additions and 0 deletions
|
@ -55,3 +55,7 @@ source "$popOSRoot/equalizer/install.sh"
|
||||||
|
|
||||||
# Install Steam
|
# Install Steam
|
||||||
sudo apt install -y steam
|
sudo apt install -y steam
|
||||||
|
|
||||||
|
# Git config
|
||||||
|
git config --global user.name "Manuel Thalmann"
|
||||||
|
git config --global user.email "m@nuth.ch"
|
||||||
|
|
Loading…
Reference in a new issue