This repo contains the configuration to replicate my setup using Chezmoi.
This setup only supports Ubuntu OS.
sh -c "$(curl -fsLS get.chezmoi.io/lb)" -- init --apply chusca/dotfilesNote
In case curl is not installed, you can use wget instead:
sh -c "$(wget -qO- get.chezmoi.io/lb)" -- init --apply chusca/dotfiles