You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
560 B
Markdown

# dotfiles
My dot files managed by ChezMoi (https://github.com/twpayne/chezmoi)
Friend tools:
- bash
- tmux, tmuxp, tpm
- tig, git
- starship
- vim or neovim, vundle
- python
- perl
- fzf
- mcfly
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"
```