Update giconfig

This commit is contained in:
LordMathis 2018-08-29 21:01:04 +02:00
parent c5ffc3ae3f
commit ed1d1cf189
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +0,0 @@
[user]
name = LordMathis
email = namesny.matus@gmail.com

View File

@ -3,3 +3,11 @@
echo "Enter OpenWeatherMap API key"
read line
echo $line | secret-tool store --label='OpenWeatherMap API Key' openweathermap api_key
echo "Enter git name"
read name
git config --global user.name $name
echo "Enter git email"
read email
git config --global user.email $email