My dot files managed by ChezMoi (https://github.com/twpayne/chezmoi)
Find a file
2022-11-05 11:47:35 +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
private_dot_local/bin add flatp to run flatpak programs from command line 2022-11-05 11:47:35 +01:00
.chezmoiignore add ignore file 2022-11-02 19:11:58 +01:00
dot_bashrc enable history at the end 2022-11-03 19:19:46 +01: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 improve history 2022-11-03 15:20:17 +01:00

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
  • sdkman
  • fzf

Configuration file ~/config/chezmoi/chezmoi.toml

[data]
  # git configuration
  git_email = ""
  git_alias = ""
  # 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"