Skip to content

Commit

Permalink
Move gitconfig into link; add .gitconfig.local
Browse files Browse the repository at this point in the history
This puts gitconfig into link, which facilitates version control and
machine specific variables.

See cowboy/dotfiles#26
  • Loading branch information
rgardner committed Mar 21, 2016
1 parent b17f42b commit 07b258f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions copy/.gitconfig.local
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[user]
name = Robert Gardner
email = EMAIL
5 changes: 2 additions & 3 deletions copy/.gitconfig → link/.gitconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[user]
name = Robert Gardner
email = [email protected]
[include]
path = .gitconfig.local
[core]
autoclrf = input
editor = vim
Expand Down

0 comments on commit 07b258f

Please sign in to comment.