Dotfiles management with GNU/stow

How to install the configuration files with stow

  1. First, make sure to have stow installed:

sudo pacman -Sy stow

  1. Navigate to the stow directory:

cd ~/.dotfiles/default-stow

  1. To stow a specific config, such as the neovim:

stow -vt ~ nvim

  1. To stow everything:

stow -vt ~ *

  1. Finally: to remove the config for stowed programs:

stow -vDt ~ *