feat(home): add git config with example configuration for non-NixOS
This commit is contained in:
13
dots/.gitconfig.work
Normal file
13
dots/.gitconfig.work
Normal file
@@ -0,0 +1,13 @@
|
||||
[include]
|
||||
path = ~/.gitconfig.work.email
|
||||
|
||||
[core]
|
||||
longpaths = true
|
||||
|
||||
[user]
|
||||
name = Hektor Misplon
|
||||
username = hektor.misplon
|
||||
signingKey = 1C88BE828184CEE6
|
||||
|
||||
[commit]
|
||||
gpgsign = false
|
||||
Reference in New Issue
Block a user