My dot files managed by ChezMoi (https://github.com/twpayne/chezmoi)
Find a file
2022-11-02 19:37:26 +01:00
dot_bash-git-prompt/themes tweak git prompt 2021-04-30 15:34:12 +02:00
dot_bashrc.d bad snippet configuration. Doesn't work in SSH session 2022-06-09 13:27:57 +02:00
private_dot_config replace Atuin with McFly 2022-09-06 16:53:19 +02:00
.chezmoiignore add ignore file 2022-11-02 19:11:58 +01:00
dot_bashrc replace Atuin with McFly 2022-09-06 16:53:19 +02:00
dot_gitconfig.tmpl fancy diff with https://github.com/so-fancy/diff-so-fancy 2022-09-06 08:10:34 +02:00
dot_tigrc binding to copy commit id 2022-03-29 12:09:46 +02:00
dot_tmux.conf Add one more shortcut 2022-07-04 11:02:56 +02:00
dot_vimrc use Nort theme 2022-03-17 13:42:30 +01:00
executable_dot_fzf-completion.bash add bashrc extensions 2021-05-11 11:52:49 +02:00
executable_dot_fzf-keybindings.bash add bashrc extensions 2021-05-11 11:52:49 +02:00
README.md Add tools 2022-11-02 19:37:26 +01:00

dotfiles

My dot files managed by ChezMoi (https://github.com/twpayne/chezmoi)

Friend tools:

  • tmux
  • tig
  • starship
  • mcfly
  • vim

Configuration file ~/config/chezmoi/chezmoi.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"