1
0

Fixed templates, added README

This commit is contained in:
2023-06-28 21:45:53 +03:00
parent ee2fb59fe4
commit 99311c85fe
3 changed files with 12 additions and 1 deletions

2
.chezmoiignore Normal file
View File

@@ -0,0 +1,2 @@
README.md

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
# Конфиг-файл для machine-specific настроек
Файл: `~/.config/chezmoi/chezmoi.toml`
```toml
[data]
username = "<username>"
```

View File

@@ -1,5 +1,5 @@
[user] [user]
name = {{ dig "void" "gitname" "void" . }} name = {{ dig "username" "void" . }}
email = void.sp@gmail.com email = void.sp@gmail.com
[push] [push]
default = simple default = simple