dotfiles repo with chezmoi
  • Python 54%
  • Shell 23.1%
  • Go Template 22.9%
Find a file
2026-08-31 12:30:06 +03:00
dot_config disable search mode on scroll 2026-08-31 12:30:06 +03:00
dot_pi/agent pi: update models config for Qwen3.8 Q5_K_S and context size 2026-08-23 20:55:58 +03:00
private_dot_local/bin zellij: reapply pi bg 2026-08-23 20:55:22 +03:00
.chezmoiignore ush zsh everywhere 2026-06-10 18:05:16 +03:00
README.md common zshrc 2026-06-10 17:08:18 +03:00

dotfiles repo

I use this for syncing my settings between machines with chezmoi

Needs ~/.config/chezmoi/chezmoi.toml:

[data]
llm_endpoint = "<url-to-llm-provider>"

Add the following to ~/.zshrc:

# Load chezmoi-managed zsh modules
if [[ -d ~/.config/zsh ]]; then
  for config_file in ~/.config/zsh/*.zsh; do
    [[ -r "$config_file" ]] && source "$config_file"
  done
fi

Notes

  • Install the ghostty font from brew: brew install --cask font-fira-code-nerd-font