mirror of
https://github.com/mikkelsvartveit/dotfiles.git
synced 2025-12-22 19:22:38 +00:00
Add Git config
This commit is contained in:
parent
e614a4c213
commit
daa1d9841b
2 changed files with 7 additions and 0 deletions
6
.gitconfig
Normal file
6
.gitconfig
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[user]
|
||||
name = Mikkel Svartveit
|
||||
email = mikkel.svartveit@gmail.com
|
||||
[core]
|
||||
excludesfile = /Users/mikkelsvartveit/.gitignore_global
|
||||
editor = nvim
|
||||
1
.gitignore_global
Normal file
1
.gitignore_global
Normal file
|
|
@ -0,0 +1 @@
|
|||
.DS_Store
|
||||
Loading…
Reference in a new issue