My established taste in configuration, managed with the help of chezmoi.
/bin/sh -c "$(curl -fsSL https://github.com/Logicer16/dotfiles/raw/main/install.sh)"
or, for wget
:
/bin/sh -c "$(wget -qO- https://github.com/Logicer16/dotfiles/raw/main/install.sh)"