Dotfiles/site-modules/core/templates/git/gitconfig.erb

14 lines
338 B
Text

<%- $file = __FILE__ -%>
<%- $comment = '#' -%>
<%= scope.call_function('template', ["core/header.erb"]) %>
[user]
email = <%= scope.call_function('lookup', ["email"]) %>
name = <%= scope.call_function('lookup', ["user_name"]) %>
[core]
editor = $ZSH/plugins/emacs/emacsclient.sh -nw
autocrlf = input
[rerere]
enabled = true