My dotfiles, managed using chezmoi.
sh -c "$(curl -fsLS get.chezmoi.io/lb)" -- init --apply gusluchetti/dots --ssh
downloads chezmoi passing the 'init' command, while applying the configuration defined here.
--ssh
flag is optional, but I usually have SSH configured before chezmoi.