- First, make sure to have stow installed:
sudo pacman -Sy stow
- Navigate to the stow directory:
cd ~/.dotfiles/default-stow
- To stow a specific config, such as the neovim:
stow -vt ~ nvim
- To stow everything:
stow -vt ~ *
- Finally: to remove the config for stowed programs:
stow -vDt ~ *