diff --git a/.chezmoiignore b/.chezmoiignore new file mode 100644 index 0000000..648393d --- /dev/null +++ b/.chezmoiignore @@ -0,0 +1,2 @@ +README.md + diff --git a/README.md b/README.md new file mode 100644 index 0000000..d7780ee --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Конфиг-файл для machine-specific настроек + +Файл: `~/.config/chezmoi/chezmoi.toml` + +```toml +[data] +username = "" +``` + diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl index 102860c..c4c75dd 100644 --- a/dot_gitconfig.tmpl +++ b/dot_gitconfig.tmpl @@ -1,5 +1,5 @@ [user] - name = {{ dig "void" "gitname" "void" . }} + name = {{ dig "username" "void" . }} email = void.sp@gmail.com [push] default = simple