mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
34 lines
591 B
Plaintext
34 lines
591 B
Plaintext
{
|
|
"profiles": {
|
|
"github": [
|
|
{
|
|
"key": "user.name",
|
|
"value": "Ismo Vuorinen"
|
|
},
|
|
{
|
|
"key": "user.email",
|
|
"value": "ivuorinen@users.noreply.github.com"
|
|
}
|
|
],
|
|
"home": [
|
|
{
|
|
"key": "user.email",
|
|
"value": "ismo@ivuorinen.net"
|
|
},
|
|
{
|
|
"key": "user.name",
|
|
"value": "Ismo Vuorinen"
|
|
}
|
|
],
|
|
"work": [
|
|
{
|
|
"key": "user.email",
|
|
"value": "ismo.vuorinen@vincit.fi"
|
|
},
|
|
{
|
|
"key": "user.name",
|
|
"value": "Ismo Vuorinen"
|
|
}
|
|
]
|
|
}
|
|
} |