dotfiles repo with chezmoi
- Go Template 73.6%
- Shell 26.4%
| dot_config | ||
| dot_pi/agent | ||
| .chezmoiignore | ||
| README.md | ||
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