Add git config by default

This commit is contained in:
Manuel Thalmann 2022-11-14 22:24:46 +01:00
parent 4a8050a83d
commit 5b46f1fda5

View file

@ -55,3 +55,7 @@ source "$popOSRoot/equalizer/install.sh"
# Install Steam
sudo apt install -y steam
# Git config
git config --global user.name "Manuel Thalmann"
git config --global user.email "m@nuth.ch"