Fixed templates, added README
This commit is contained in:
2
.chezmoiignore
Normal file
2
.chezmoiignore
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
README.md
|
||||||
|
|
||||||
9
README.md
Normal file
9
README.md
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
# Конфиг-файл для machine-specific настроек
|
||||||
|
|
||||||
|
Файл: `~/.config/chezmoi/chezmoi.toml`
|
||||||
|
|
||||||
|
```toml
|
||||||
|
[data]
|
||||||
|
username = "<username>"
|
||||||
|
```
|
||||||
|
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user