- install package-list
paru install -S $(cat ./package-list)
- stow what you need
stow bspwm
stow neofetch
stow rofi
# ...
- add new stow
For instance, adding eww as a stow :
mkdir eww/.config -p # creating structure to deploy in home
mv ~/.config/eww ./eww/.config # dumping existing into dotfiles
stow eww # effectively symlinking