adding dotfiles
This commit is contained in:
19
roles/dotfiles/files/.gitconfig
Normal file
19
roles/dotfiles/files/.gitconfig
Normal file
@@ -0,0 +1,19 @@
|
||||
[user]
|
||||
name = Kyle Isom
|
||||
email = kyle@imap.cc
|
||||
|
||||
[color]
|
||||
ui = false
|
||||
|
||||
[core]
|
||||
excludesfile = /home/kyle/.gitignore_global
|
||||
editor = mg
|
||||
|
||||
[http]
|
||||
cookiefile = /home/kyle/.gitcookies
|
||||
|
||||
[init]
|
||||
defaultBranch = master
|
||||
|
||||
[push]
|
||||
default = simple
|
||||
Reference in New Issue
Block a user