Add git config by default

This commit is contained in:
Manuel Thalmann 2022-11-14 22:24:46 +01:00
parent ef912498b1
commit 5631e63e8a

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"