Draft readme
This commit is contained in:
parent
b2bab4fe2e
commit
f0e2316b96
1 changed files with 19 additions and 0 deletions
19
README.md
19
README.md
|
@ -1,3 +1,22 @@
|
||||||
# dotfiles
|
# dotfiles
|
||||||
|
|
||||||
My dot files managed by ChezMoi (https://github.com/twpayne/chezmoi)
|
My dot files managed by ChezMoi (https://github.com/twpayne/chezmoi)
|
||||||
|
|
||||||
|
Configuration file *~/config/chezmoi/chezmoi.toml*
|
||||||
|
|
||||||
|
```toml
|
||||||
|
[data]
|
||||||
|
git_email = ""
|
||||||
|
git_alias = ""
|
||||||
|
projectdir = ""
|
||||||
|
java6_version = ""
|
||||||
|
java7_version = ""
|
||||||
|
java8_version = ""
|
||||||
|
java11_version = ""
|
||||||
|
deploydir = ""
|
||||||
|
java_truststore_file = ""
|
||||||
|
java_truststore_password = ""
|
||||||
|
extra_ca_cert = ""
|
||||||
|
docker_compose_command = "/usr/bin/docker compose"
|
||||||
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue