My dotfiles controlled by GNU stow following this way.
After clone this repository, don't forget to run:
git submodule init
git submodule update --recursive
Restart zsh or run source ~/.zshrc
in your current zsh, then run:
zinit update --all
To use zsh-histdb, sqlite is required:
sudo pacman -S sqlite
And I recommend installing the following software:
sudo pacman -S bat prettyping exa fd ripgrep
To reduce link time, mold is required:
sudo pacman -S mold