The dotfiles are managed using chezmoi.
Check out the Quick Start page.
With a single command (public):
sh -c "$(curl -fsLS get.chezmoi.io)" -- -b $HOME/.local/bin -- init --apply MarcinFreitag
or (private):
sh -c "$(curl -fsLS get.chezmoi.io)" -- -b $HOME/.local/bin -- init --apply [email protected]:MarcinFreitag/dotfiles.git
On any machine, you can pull and apply the latest changes from your repo with:
chezmoi update -v