My precious shell configuration files. 😎
Set up your private key and configure write access to dotfiles repository (otherwise chezmoi init will fail).
sudo pacman -Syu zsh git
or
sudo apt install zsh git
or
sudo dnf install zsh git
chsh username
Install chezmoi by following their installation instruction (notice that if you are using their install script it installs itself in .bin)
curl -sfL https://git.io/JkIKE | sh
Make sure you have correct access rights to this repository.
chezmoi apply
~/bin/install_shell_tools
After next login everything should work.