This is the first commit that brings the privet dotfiles to a public reop previously this was all one puppet module. Now this has been split out so I can put all of the private files in a private puppet module
14 lines
300 B
Text
14 lines
300 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 = nvim
|
|
autocrlf = input
|
|
|
|
[rerere]
|
|
enabled = true
|