improve history
This commit is contained in:
parent
29445f479e
commit
8af513b64e
2 changed files with 40 additions and 24 deletions
28
README.md
28
README.md
|
|
@ -10,25 +10,31 @@ Friend tools:
|
|||
- vim or neovim, vundle
|
||||
- python
|
||||
- perl
|
||||
- sdkman
|
||||
- fzf
|
||||
- mcfly
|
||||
|
||||
|
||||
Configuration file *~/config/chezmoi/chezmoi.toml*
|
||||
|
||||
```toml
|
||||
[data]
|
||||
# git configuration
|
||||
git_email = ""
|
||||
git_alias = ""
|
||||
projectdir = ""
|
||||
java6_version = ""
|
||||
java7_version = ""
|
||||
java8_version = ""
|
||||
java11_version = ""
|
||||
deploydir = ""
|
||||
java_truststore_file = ""
|
||||
java_truststore_password = ""
|
||||
extra_ca_cert = ""
|
||||
# fzf search path for "p" command
|
||||
projectdir = "~/work"
|
||||
# deployment java path for "d" command
|
||||
deploydir = "~/dist"
|
||||
# Java versions from sdkman
|
||||
java6_version = "6.0.119-zulu"
|
||||
java7_version = "7.0.342-zulu"
|
||||
java8_version = "8.0.302-open"
|
||||
java11_version = "11.0.12-open"
|
||||
# extra certificate for NodeJs (PEM file) to trust HTTPS proxy
|
||||
extra_ca_cert = "/home/yannic/config/security/ca-node.pem"
|
||||
# Java truststore for Maven to trust HTTPS proxy
|
||||
java_truststore_file = "/home/yannic/config/security/snef-security.jks"
|
||||
java_truststore_password = "secret"
|
||||
# docker compose bin
|
||||
docker_compose_command = "/usr/bin/docker compose"
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue