diff --git a/gitconfig b/gitconfig index 2f1c5d13..feb30ced 100644 --- a/gitconfig +++ b/gitconfig @@ -1,8 +1,3 @@ -[github] - user = skwp -[user] - name = yan - email = yan@pritzker.ws [color] ui = true [color "branch"] @@ -85,7 +80,7 @@ [core] autocrlf = false editor = /usr/bin/vim - excludesfile = /Users/yan/.gitignore_global + excludesfile = ~/.dotfiles/gitignore_global [merge] tool = threesome diff --git a/gitignore_global b/gitignore_global new file mode 100644 index 00000000..e43b0f98 --- /dev/null +++ b/gitignore_global @@ -0,0 +1 @@ +.DS_Store