dotfiles repo with chezmoi
  • Go Template 73.6%
  • Shell 26.4%
Find a file
2026-06-12 19:06:10 +03:00
dot_config aliases for lazygit and zellij (lz, zj) 2026-06-12 19:06:10 +03:00
dot_pi/agent add gemma4-31b to pi 2026-06-12 13:54:21 +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