mirror of
https://github.com/lordmathis/dotfiles.git
synced 2025-11-06 01:34:22 +00:00
Update giconfig
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
[user]
|
|
||||||
name = LordMathis
|
|
||||||
email = namesny.matus@gmail.com
|
|
||||||
@@ -3,3 +3,11 @@
|
|||||||
echo "Enter OpenWeatherMap API key"
|
echo "Enter OpenWeatherMap API key"
|
||||||
read line
|
read line
|
||||||
echo $line | secret-tool store --label='OpenWeatherMap API Key' openweathermap api_key
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user