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