Managed with chezmoi.
chezmoi
git
zsh
vim or neovim
Install chezmoi with your OS package manager, then apply this repo:
chezmoi init --apply https://github.com/optix2000/dotfiles.gitThe legacy installer remains as a thin wrapper around the same command:
./setup.shchezmoi cd
chezmoi diff
chezmoi apply
chezmoi update --refresh-externalsSet CHEZMOI_SKIP_VIM_PLUG=1 before applying if you want to skip the Vim plugin update script.